ess-helm-nixos/hosts/ess-helm/services/default.nix
2026-05-10 18:30:55 +02:00

7 lines
71 B
Nix

{
imports = [
./ess.nix
./nginx.nix
./openssh.nix
];
}