homelab/infrastructure/nixos-cloud-init/configuration.nix
plasmagoat 0347f4d325
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Successful in 9s
infra
2025-07-21 22:41:08 +02:00

9 lines
111 B
Nix

{
proxmox = {
filenameSuffix = "nixos-cloud-init";
cloudInit = {
enable = true;
};
};
}