mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: don't enable thelounge dyndns everywhere
This commit is contained in:
parent
fa582fcc34
commit
efc7daf5fc
@ -1,6 +1,6 @@
|
|||||||
{ config, ... }: {
|
{ config, lib, ... }: {
|
||||||
|
|
||||||
config = {
|
config = lib.mkIf config.services.thelounge.enable {
|
||||||
|
|
||||||
services.thelounge = {
|
services.thelounge = {
|
||||||
public = false;
|
public = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user