nixos-config/modules/server/default.nix

8 lines
73 B
Nix

{
imports = [
./network.nix
./hydra.nix
./nginx.nix
];
}