mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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, ... }:
|
{ 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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue