add mumble and a testing murmur server
This commit is contained in:
parent
be63b2f811
commit
01cce2c99b
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue