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, ... }:
let
cfg = config.my.services.mumble-server;
#domain = "voice.${config.networking.domain}";
domain = "voice.buehler.rocks";
domain = "voice.${config.networking.domain}";
in
{
options.my.services.mumble-server = {