mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds mumble server; murmur
This commit is contained in:
parent
16898acabd
commit
6a948c578d
1 changed files with 7 additions and 0 deletions
7
modules/services/mumble.nix
Normal file
7
modules/services/mumble.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.murmur = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue