This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AZ-NIX/hosts/AZ-CLD-1/default.nix
2025-08-18 09:07:41 +02:00

13 lines
146 B
Nix

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