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
../workstation
../../home
../../home/gui
../wm
];
networking.hostName = "ace";

View file

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

View file

@ -4,13 +4,11 @@
imports =
[
./hardware-configuration.nix
#inputs.nixos-hardware.nixosModules.common-cpu-intel
#inputs.nixos-hardware.nixosModules.common-gpu-intel
#inputs.nixos-hardware.nixosModules.common-pc-laptop
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
inputs.nixos-hardware.nixosModules.common-cpu-intel
inputs.nixos-hardware.nixosModules.common-gpu-intel
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../workstation
../../home
../../home/gui
../wm
];
networking.hostName = "dragon";

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -9,8 +9,6 @@
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../workstation
../../home
../../home/gui
../wm
];
networking.hostName = "pocket2";

View file

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

View file

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

View file

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

View file

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

View file

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