updating paths

This commit is contained in:
Don Harper 2024-03-21 22:00:12 -05:00
parent e847fae0b1
commit 9c261524d9
7 changed files with 14 additions and 14 deletions

View file

@ -4,10 +4,10 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../workstation ../workstation
../../home ../../home
../../home/gui ../../home/gui
../../wm ../wm
]; ];
networking.hostName = "ace"; networking.hostName = "ace";
} }

View file

@ -8,10 +8,10 @@
#inputs.nixos-hardware.nixosModules.common-gpu-intel #inputs.nixos-hardware.nixosModules.common-gpu-intel
#inputs.nixos-hardware.nixosModules.common-pc-laptop #inputs.nixos-hardware.nixosModules.common-pc-laptop
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd #inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../../workstation ../workstation
../../home ../../home
../../home/gui ../../home/gui
../../wm ../wm
]; ];
networking.hostName = "dragon"; networking.hostName = "dragon";
} }

View file

@ -4,10 +4,10 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../workstation ../workstation
../../home ../../home
../../home/gui ../../home/gui
../../wm ../wm
]; ];
networking.hostName = "eve"; networking.hostName = "eve";
} }

View file

@ -4,10 +4,10 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../workstation ../workstation
../../home ../../home
../../home/gui ../../home/gui
../../wm ../wm
]; ];
networking.hostName = "loki"; networking.hostName = "loki";
} }

View file

@ -8,10 +8,10 @@
#inputs.nixos-hardware.nixosModules.common-gpu-intel #inputs.nixos-hardware.nixosModules.common-gpu-intel
#inputs.nixos-hardware.nixosModules.common-pc-laptop #inputs.nixos-hardware.nixosModules.common-pc-laptop
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd #inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../../workstation ../workstation
../../home ../../home
../../home/gui ../../home/gui
../../wm ../wm
]; ];
networking.hostName = "pocket2"; networking.hostName = "pocket2";
} }

View file

@ -4,10 +4,10 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../workstation ../workstation
../../home ../../home
../../home/gui ../../home/gui
../../wm ../wm
]; ];
networking.hostName = "smaug"; networking.hostName = "smaug";
} }

View file

@ -4,10 +4,10 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../workstation ../workstation
../../home ../../home
../../home/gui ../../home/gui
../../wm ../wm
]; ];
networking.hostName = "t2"; networking.hostName = "t2";
} }