9 lines
158 B
Nix
9 lines
158 B
Nix
{...}: {
|
|
services.umurmur = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
settings = {
|
|
welcometext = "Welcome to crony's nutsack.";
|
|
};
|
|
};
|
|
}
|