11 lines
128 B
Nix
11 lines
128 B
Nix
{
|
|
imports = [
|
|
../common
|
|
./network.nix
|
|
./nginx.nix
|
|
./mollysocket.nix
|
|
./blog.nix
|
|
./minecraft.nix
|
|
];
|
|
}
|