machines/nix/profiles/hetzner-server.nix
Kaare Hoff Skovgaard 748e1763ad
Some checks failed
/ check (push) Failing after 52s
/ dev-shell (push) Successful in 1m8s
/ rust-packages (push) Successful in 1m20s
/ terraform-providers (push) Successful in 57s
Test bringing up openstack instance
2025-07-08 12:22:24 +02:00

8 lines
162 B
Nix

{ modulesPath, ... }:
{
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ];
config.khscodes = {
hetzner.enable = true;
sshd.enable = true;
};
}