summaryrefslogtreecommitdiff
path: root/Omni/Cloud/Comms
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-01-29 23:02:19 -0500
committerBen Sima <ben@bsima.me>2025-01-29 23:02:19 -0500
commit9fd4b5da05b7ff5c248e3e3f96f13e7c98ec72f6 (patch)
treea18aa54e8151c9994ab90dadc37b385dcc650fbf /Omni/Cloud/Comms
parentc50fd2357d893794b2109417638ca44c7d8f1a07 (diff)
Clean up some mumble configs
Removed the murmur server from Lithium and started broadcasting on bensima.com rather than simatime.com. Eventually I will move everything over there.
Diffstat (limited to 'Omni/Cloud/Comms')
-rw-r--r--Omni/Cloud/Comms/Mumble.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/Omni/Cloud/Comms/Mumble.nix b/Omni/Cloud/Comms/Mumble.nix
index db332ce..e1cef1f 100644
--- a/Omni/Cloud/Comms/Mumble.nix
+++ b/Omni/Cloud/Comms/Mumble.nix
@@ -1,4 +1,4 @@
-{config, ...}:
+{...}:
# mumble and related services
let
ports = import ../Ports.nix;
@@ -7,8 +7,8 @@ in {
enable = true;
openFirewall = true;
environmentFile = "/var/lib/murmur/murmurd.env";
- registerHostname = config.networking.domain;
- registerName = config.networking.domain;
+ registerHostname = "bensima.com";
+ registerName = "bensima.com";
};
services.botamusique = {