machines/nix/systems/aarch64-linux/khs.codes/default.nix
Kaare Hoff Skovgaard 608d758f30
Begin testing bootstrapping of vault authentication
However, the nixos-install script fails on khs openstack
as the system won't boot up after installation due it
being unable to locate the root disk. I am not sure what disk
it ends up finding.
2025-07-09 23:53:42 +02:00

14 lines
290 B
Nix

{
inputs,
...
}:
{
imports = [ "${inputs.self}/nix/profiles/nixos/hetzner-server.nix" ];
khscodes.infrastructure.hetzner-instance = {
enable = true;
mapRdns = true;
server_type = "cax11";
};
khscodes.networking.fqdn = "khs.codes";
system.stateVersion = "25.05";
}