add mumble and a testing murmur server
This commit is contained in:
parent
be63b2f811
commit
01cce2c99b
|
@ -24,6 +24,12 @@
|
|||
flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
|
||||
};
|
||||
|
||||
services.murmur = {
|
||||
enable = true;
|
||||
bonjour = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
cyrus-sasl-xoauth2
|
||||
kdePackages.ark
|
||||
harper
|
||||
mumble
|
||||
# pantalaimon
|
||||
ifuse
|
||||
dash
|
||||
|
|
Loading…
Reference in a new issue