install murmur

This commit is contained in:
♥ Minnie ♥ 2025-06-04 23:38:48 +08:00
parent 3987f2fed2
commit f7fcccac4a
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 23 additions and 0 deletions

View file

@ -7,6 +7,7 @@
./lighttpd
./minecraft
./mpd
./murmur
./traefik
];
}

View file

@ -0,0 +1,22 @@
{...}: {
services.murmur = {
enable = true;
port = 64738;
openFirewall = true;
stateDir = "/var/lib/murmur";
# Stuff
registerName = "Kanto Network";
welcometext = "I choose you!";
};
environment.persistence."/persist" = {
directories = [
{
directory = "/var/lib/murmur";
user = "murmur";
group = "murmur";
}
];
};
}