diff options
author | Ben Sima <ben@bsima.me> | 2025-01-29 23:02:19 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-01-29 23:02:19 -0500 |
commit | 9fd4b5da05b7ff5c248e3e3f96f13e7c98ec72f6 (patch) | |
tree | a18aa54e8151c9994ab90dadc37b385dcc650fbf /Omni/Dev | |
parent | c50fd2357d893794b2109417638ca44c7d8f1a07 (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/Dev')
-rw-r--r-- | Omni/Dev/Lithium/Configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Omni/Dev/Lithium/Configuration.nix b/Omni/Dev/Lithium/Configuration.nix index 5a80a24..92290f4 100644 --- a/Omni/Dev/Lithium/Configuration.nix +++ b/Omni/Dev/Lithium/Configuration.nix @@ -78,11 +78,6 @@ in { services.printing.enable = true; - services.murmur.enable = true; - services.murmur.registerName = "simatime"; - services.murmur.password = "simatime"; - services.murmur.port = ports.murmur; - services.xserver.enable = true; services.xserver.autorun = true; services.xserver.layout = "us"; |