server/modules/default.nix
2026-03-28 09:43:39 +01:00

7 lines
61 B
Nix

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