iac/hosts/control-plane-02/default.nix
2026-02-22 13:23:55 +01:00

11 lines
132 B
Nix

{ ... }:
{
imports = [
../common.nix
../common-vm.nix
../../services/openssh.nix
../../services/etcd.nix
];
}