From e9288ca1c9fb59854c3d3196694f1d117e203d7e Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Thu, 6 Feb 2025 21:30:01 +0100 Subject: [PATCH] furios -> furiphoneflx1 --- flake.nix | 3 ++- .../system-manager/{furios => furiphoneflx1}/configuration.nix | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename hosts/system-manager/{furios => furiphoneflx1}/configuration.nix (100%) diff --git a/flake.nix b/flake.nix index 7be2e76..193dbb2 100644 --- a/flake.nix +++ b/flake.nix @@ -418,7 +418,8 @@ ]; }; in { - furios = mkSystem "furios" inputs-edge "aarch64-linux"; + furiphoneflx1 = mkSystem "furiphoneflx1" inputs-edge "aarch64-linux"; + test = mkSystem "furiphoneflx1" inputs-edge "x86_64-linux"; }; devShells = forAllSystems ({ pkgs, system, ... }: let diff --git a/hosts/system-manager/furios/configuration.nix b/hosts/system-manager/furiphoneflx1/configuration.nix similarity index 100% rename from hosts/system-manager/furios/configuration.nix rename to hosts/system-manager/furiphoneflx1/configuration.nix