Add two new servers
This commit is contained in:
parent
26fd8569fe
commit
51044e15eb
25 changed files with 208 additions and 78 deletions
20
hosts/elder/default.nix
Normal file
20
hosts/elder/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
./disko
|
||||
./filesystems
|
||||
./hardware
|
||||
];
|
||||
|
||||
system = {
|
||||
nixos.tags = [ "server" ];
|
||||
stateVersion = "25.05";
|
||||
};
|
||||
|
||||
deployment.targetHost = "570:3651:7f2:c26b:bccd:725b:be00:8a18";
|
||||
|
||||
networking.hostId = "447645a9";
|
||||
|
||||
services.nfs.server.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue