pantheon/configs/services.nix
2025-04-28 19:34:43 +08:00

6 lines
74 B
Nix

{
imports = [
./services/wakapi.nix
./services/nginx.nix
];
}