nixos-config/modules/server/default.nix

9 lines
106 B
Nix

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