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
|
./hardware-configuration.nix
|
||||||
../workstation
|
../workstation
|
||||||
../../home
|
|
||||||
../../home/gui
|
|
||||||
../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "ace";
|
networking.hostName = "ace";
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../server
|
../../server
|
||||||
../../home
|
|
||||||
];
|
];
|
||||||
networking.hostName = "display";
|
networking.hostName = "display";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../workstation
|
../workstation
|
||||||
../../home
|
|
||||||
../../home/gui
|
|
||||||
../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "eve";
|
networking.hostName = "eve";
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../server
|
../../server
|
||||||
../../home
|
|
||||||
];
|
];
|
||||||
networking.hostName = "harper";
|
networking.hostName = "harper";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../server
|
../../server
|
||||||
../../home
|
|
||||||
];
|
];
|
||||||
networking.hostName = "harper2";
|
networking.hostName = "harper2";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../server
|
../../server
|
||||||
../../home
|
|
||||||
];
|
];
|
||||||
networking.hostName = "nuwww";
|
networking.hostName = "nuwww";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../server
|
../../server
|
||||||
../../home
|
|
||||||
];
|
];
|
||||||
networking.hostName = "pihole";
|
networking.hostName = "pihole";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ in
|
||||||
};
|
};
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
../../home
|
||||||
./systemd.nix
|
./systemd.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./upgrade-diff.nix
|
./upgrade-diff.nix
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../workstation
|
../workstation
|
||||||
../../home
|
|
||||||
../../home/gui
|
|
||||||
../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../workstation
|
../workstation
|
||||||
../../home
|
|
||||||
../../home/gui
|
|
||||||
../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "t2";
|
networking.hostName = "t2";
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../server
|
../../server
|
||||||
../../home
|
|
||||||
];
|
];
|
||||||
networking.hostName = "www2";
|
networking.hostName = "www2";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue