Enable mumble server
All checks were successful
Cachix / build (elendel) (push) Successful in 1m44s
Cachix / build (kholinar) (push) Successful in 2m21s
Cachix / build (marabethia) (push) Successful in 1m58s

This commit is contained in:
Charlotte Van Petegem 2025-03-26 20:55:26 +01:00
parent c43c5ccdcb
commit 2368267e90
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
6 changed files with 39 additions and 0 deletions

View file

@ -91,6 +91,7 @@
git.enable = true;
mail.enable = true;
matrix.enable = true;
mumble.enable = true;
nextcloud.enable = true;
nginx.hosts = [
{

View file

@ -65,6 +65,10 @@
device = "zroot/safe/services/forgejo";
fsType = "zfs";
};
"/var/lib/murmur" = {
device = "zroot/local/services/murmur";
fsType = "zfs";
};
"/var/vmail" = {
device = "zroot/safe/services/mail";
fsType = "zfs";