adding homemanger to all hosts, homemanager gui to all workstations
This commit is contained in:
parent
24725d0217
commit
0ff839f6b6
15 changed files with 7 additions and 24 deletions
|
|
@ -5,8 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../wm
|
||||
];
|
||||
networking.hostName = "ace";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "display";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../wm
|
||||
];
|
||||
networking.hostName = "eve";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "harper";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "harper2";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
./hardware-configuration.nix
|
||||
../workstation
|
||||
../workstation/kvm.nix
|
||||
../../home
|
||||
../../home/gui
|
||||
../wm
|
||||
];
|
||||
networking.hostName = "loki";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "nuwww";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "pihole";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ in
|
|||
};
|
||||
imports =
|
||||
[
|
||||
../../home
|
||||
./systemd.nix
|
||||
./tailscale.nix
|
||||
./upgrade-diff.nix
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../wm
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../wm
|
||||
];
|
||||
networking.hostName = "t2";
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ in
|
|||
};
|
||||
imports =
|
||||
[
|
||||
../../home
|
||||
../../home/gui
|
||||
./detect-reboot-needed.nix
|
||||
./systemd.nix
|
||||
./tailscale.nix
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "www2";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue