feat(bragi): add umurmur.
This commit is contained in:
parent
606f04493b
commit
7de6b5719e
2 changed files with 10 additions and 0 deletions
|
@ -4,5 +4,6 @@
|
||||||
./storage-box.nix
|
./storage-box.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
./navidrome.nix
|
./navidrome.nix
|
||||||
|
./umurmur.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
9
modules/servers/bragi/umurmur.nix
Normal file
9
modules/servers/bragi/umurmur.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{...}: {
|
||||||
|
services.umurmur = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
settings = {
|
||||||
|
welcometext = "Welcome to crony's nutsack.";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue