mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
mumble-server: cleanup
This commit is contained in:
parent
0196e78862
commit
ed20167570
1 changed files with 1 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue