machines/nix/systems/aarch64-linux/khs.codes/default.nix
2025-07-08 23:47:54 +02:00

15 lines
323 B
Nix

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