mumble-server: cleanup

This commit is contained in:
Felix Buehler 2022-11-29 18:48:10 +01:00
parent 0196e78862
commit ed20167570

View file

@ -2,8 +2,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
cfg = config.my.services.mumble-server; cfg = config.my.services.mumble-server;
#domain = "voice.${config.networking.domain}"; domain = "voice.${config.networking.domain}";
domain = "voice.buehler.rocks";
in in
{ {
options.my.services.mumble-server = { options.my.services.mumble-server = {