feat: add hyp-01
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
95cbbfb157
commit
a55ed8b41b
8 changed files with 306 additions and 1 deletions
25
hosts/hyp-01/default.nix
Normal file
25
hosts/hyp-01/default.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
networking.hostName = "hyp-01";
|
||||
networking.hostId = "ae2c05d3";
|
||||
|
||||
imports = [
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.srvos.nixosModules.server
|
||||
inputs.srvos.nixosModules.hardware-hetzner-online-intel
|
||||
inputs.srvos.nixosModules.mixins-terminfo
|
||||
inputs.srvos.nixosModules.mixins-nginx
|
||||
|
||||
./modules/boot.nix
|
||||
./modules/disko.nix
|
||||
./modules/impermanence.nix
|
||||
./modules/networking.nix
|
||||
./modules/users.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue