proxy/services/default.nix
2026-04-04 22:19:24 +02:00

7 lines
No EOL
65 B
Nix

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