nixos-conf/hosts/x86_64-linux/siit-dc.nix

22 lines
468 B
Nix

{ ... }:
{
imports = [ ../../disko/hetzner-zfs-impermanence.nix ];
custom = {
platform = {
hetzner = {
enable = true;
ipv4Address = "157.180.86.116/32";
ipv6Address = "2a01:4f9:c013:bd27::1/64";
};
impermanence.enable = true;
vm.enable = true;
};
services = {
siit.enable = true;
nixCacheClient.enable = true;
};
};
networking.hostId = "f1636fe0";
system.stateVersion = "25.05";
}