From 67714b1987617844df71a83052c68004e755d8ff Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Mon, 20 Jan 2025 17:12:31 +0100 Subject: feat(modules/murmur): init --- hosts/by-name/server3/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/by-name') 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 = { -- cgit 1.4.1