Files
AZ-NIX-SERVERS/hosts/AZ-CLD-1/default.nix
2026-05-05 08:30:51 +02:00

13 lines
146 B
Nix

{
imports = [
../common
./configuration.nix
./secrets.nix
./services
];
extraServices = {
podman.enable = true;
};
}