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" ];
|
flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.murmur = {
|
||||||
|
enable = true;
|
||||||
|
bonjour = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
cyrus-sasl-xoauth2
|
cyrus-sasl-xoauth2
|
||||||
kdePackages.ark
|
kdePackages.ark
|
||||||
harper
|
harper
|
||||||
|
mumble
|
||||||
# pantalaimon
|
# pantalaimon
|
||||||
ifuse
|
ifuse
|
||||||
dash
|
dash
|
||||||
|
|
Loading…
Reference in a new issue