diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-20 17:12:31 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-20 17:12:31 +0100 |
commit | 67714b1987617844df71a83052c68004e755d8ff (patch) | |
tree | f10804ba0b591653dbbba0e3e4597eadddb06d22 /hosts | |
parent | feat(modules/nixconfig): init (diff) | |
download | nixos-server-67714b1987617844df71a83052c68004e755d8ff.zip |
feat(modules/murmur): init
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 = { |