diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/by-name/server3/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index e16c67a..2a340b2 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -15,6 +15,12 @@ "miniflux.vhack.eu" ]; }; + murmur = { + enable = true; + host = "mumble.vhack.eu"; + name = "vhack"; + url = "vhack.eu"; + }; nixconfig.enable = true; openssh.enable = true; persist = { |