diff --git a/hosts/ace/default.nix b/hosts/ace/default.nix index eaee1e9..162fe4c 100644 --- a/hosts/ace/default.nix +++ b/hosts/ace/default.nix @@ -4,10 +4,10 @@ imports = [ ./hardware-configuration.nix - ../../workstation + ../workstation ../../home ../../home/gui - ../../wm + ../wm ]; networking.hostName = "ace"; } diff --git a/hosts/dragon/default.nix b/hosts/dragon/default.nix index d4624cb..e15321b 100644 --- a/hosts/dragon/default.nix +++ b/hosts/dragon/default.nix @@ -8,10 +8,10 @@ #inputs.nixos-hardware.nixosModules.common-gpu-intel #inputs.nixos-hardware.nixosModules.common-pc-laptop #inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd - ../../workstation + ../workstation ../../home ../../home/gui - ../../wm + ../wm ]; networking.hostName = "dragon"; } diff --git a/hosts/eve/default.nix b/hosts/eve/default.nix index 5a662bd..e9c909e 100644 --- a/hosts/eve/default.nix +++ b/hosts/eve/default.nix @@ -4,10 +4,10 @@ imports = [ ./hardware-configuration.nix - ../../workstation + ../workstation ../../home ../../home/gui - ../../wm + ../wm ]; networking.hostName = "eve"; } diff --git a/hosts/loki/default.nix b/hosts/loki/default.nix index 8e109ac..c00c8f0 100644 --- a/hosts/loki/default.nix +++ b/hosts/loki/default.nix @@ -4,10 +4,10 @@ imports = [ ./hardware-configuration.nix - ../../workstation + ../workstation ../../home ../../home/gui - ../../wm + ../wm ]; networking.hostName = "loki"; } diff --git a/hosts/pocket2/default.nix b/hosts/pocket2/default.nix index 6e8eb1c..74af50f 100644 --- a/hosts/pocket2/default.nix +++ b/hosts/pocket2/default.nix @@ -8,10 +8,10 @@ #inputs.nixos-hardware.nixosModules.common-gpu-intel #inputs.nixos-hardware.nixosModules.common-pc-laptop #inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd - ../../workstation + ../workstation ../../home ../../home/gui - ../../wm + ../wm ]; networking.hostName = "pocket2"; } diff --git a/hosts/smaug/default.nix b/hosts/smaug/default.nix index d03e7aa..5bafa81 100644 --- a/hosts/smaug/default.nix +++ b/hosts/smaug/default.nix @@ -4,10 +4,10 @@ imports = [ ./hardware-configuration.nix - ../../workstation + ../workstation ../../home ../../home/gui - ../../wm + ../wm ]; networking.hostName = "smaug"; } diff --git a/hosts/t2/default.nix b/hosts/t2/default.nix index 57bd63a..49dfa5e 100644 --- a/hosts/t2/default.nix +++ b/hosts/t2/default.nix @@ -4,10 +4,10 @@ imports = [ ./hardware-configuration.nix - ../../workstation + ../workstation ../../home ../../home/gui - ../../wm + ../wm ]; networking.hostName = "t2"; }