fix: don't enable thelounge dyndns everywhere

This commit is contained in:
Noah Masur 2024-03-30 14:40:24 -04:00
parent fa582fcc34
commit efc7daf5fc

View File

@ -1,6 +1,6 @@
{ config, ... }: { { config, lib, ... }: {
config = { config = lib.mkIf config.services.thelounge.enable {
services.thelounge = { services.thelounge = {
public = false; public = false;