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

11 lines
125 B
Nix

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