aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/by-name
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-01-20 17:12:31 +0100
committerSilas Schöffel <sils@sils.li>2025-01-20 17:12:31 +0100
commit67714b1987617844df71a83052c68004e755d8ff (patch)
treef10804ba0b591653dbbba0e3e4597eadddb06d22 /hosts/by-name
parentfeat(modules/nixconfig): init (diff)
downloadnixos-server-67714b1987617844df71a83052c68004e755d8ff.zip
feat(modules/murmur): init
Diffstat (limited to 'hosts/by-name')
-rw-r--r--hosts/by-name/server3/configuration.nix6
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 = {