nixos-config/modules/server/default.nix

10 lines
108 B
Nix

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