adding homemanger to all hosts, homemanager gui to all workstations

This commit is contained in:
Don Harper 2024-04-03 16:42:44 -05:00
parent 24725d0217
commit 0ff839f6b6
15 changed files with 7 additions and 24 deletions

View file

@ -5,8 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../workstation ../workstation
../../home
../../home/gui
../wm ../wm
]; ];
networking.hostName = "ace"; networking.hostName = "ace";

View file

@ -5,7 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../server ../../server
../../home
]; ];
networking.hostName = "display"; networking.hostName = "display";
} }

View file

@ -4,13 +4,11 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
#inputs.nixos-hardware.nixosModules.common-cpu-intel inputs.nixos-hardware.nixosModules.common-cpu-intel
#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/gui
../wm ../wm
]; ];
networking.hostName = "dragon"; networking.hostName = "dragon";

View file

@ -5,8 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../workstation ../workstation
../../home
../../home/gui
../wm ../wm
]; ];
networking.hostName = "eve"; networking.hostName = "eve";

View file

@ -5,7 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../server ../../server
../../home
]; ];
networking.hostName = "harper"; networking.hostName = "harper";
} }

View file

@ -5,7 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../server ../../server
../../home
]; ];
networking.hostName = "harper2"; networking.hostName = "harper2";
} }

View file

@ -6,8 +6,6 @@
./hardware-configuration.nix ./hardware-configuration.nix
../workstation ../workstation
../workstation/kvm.nix ../workstation/kvm.nix
../../home
../../home/gui
../wm ../wm
]; ];
networking.hostName = "loki"; networking.hostName = "loki";

View file

@ -5,7 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../server ../../server
../../home
]; ];
networking.hostName = "nuwww"; networking.hostName = "nuwww";
} }

View file

@ -5,7 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../server ../../server
../../home
]; ];
networking.hostName = "pihole"; networking.hostName = "pihole";
} }

View file

@ -9,8 +9,6 @@
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/gui
../wm ../wm
]; ];
networking.hostName = "pocket2"; networking.hostName = "pocket2";

View file

@ -26,6 +26,7 @@ in
}; };
imports = imports =
[ [
../../home
./systemd.nix ./systemd.nix
./tailscale.nix ./tailscale.nix
./upgrade-diff.nix ./upgrade-diff.nix

View file

@ -5,8 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../workstation ../workstation
../../home
../../home/gui
../wm ../wm
]; ];
networking.hostName = "smaug"; networking.hostName = "smaug";

View file

@ -5,8 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../workstation ../workstation
../../home
../../home/gui
../wm ../wm
]; ];
networking.hostName = "t2"; networking.hostName = "t2";

View file

@ -26,6 +26,8 @@ in
}; };
imports = imports =
[ [
../../home
../../home/gui
./detect-reboot-needed.nix ./detect-reboot-needed.nix
./systemd.nix ./systemd.nix
./tailscale.nix ./tailscale.nix

View file

@ -5,7 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../server ../../server
../../home
]; ];
networking.hostName = "www2"; networking.hostName = "www2";
} }