nixos-config/modules/server/default.nix

9 lines
93 B
Nix

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