Enable mumble server
This commit is contained in:
parent
c43c5ccdcb
commit
2368267e90
6 changed files with 39 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
|||
git.enable = true;
|
||||
mail.enable = true;
|
||||
matrix.enable = true;
|
||||
mumble.enable = true;
|
||||
nextcloud.enable = true;
|
||||
nginx.hosts = [
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue