machines/nix/systems/aarch64-linux/kas.codes/default.nix
Kaare Hoff Skovgaard f3175b9b03
Some checks failed
/ dev-shell (push) Successful in 1m9s
/ rust-packages (push) Successful in 4m36s
/ check (push) Failing after 5m57s
/ systems (push) Successful in 27m33s
/ terraform-providers (push) Successful in 12m41s
Begin setting up authentication and secrets engine
2025-07-17 01:20:19 +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 = "kas.codes";
system.stateVersion = "25.05";
}