6 lines
86 B
Nix
6 lines
86 B
Nix
{
|
|
services.modded-minecraft-servers.eula = true;
|
|
imports = [
|
|
./num.nix
|
|
];
|
|
}
|