meta/domain: Rename list options

This commit is contained in:
SebastianStork 2025-11-11 13:12:32 +01:00
parent 1860dcd338
commit 250e2ea3d0
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
21 changed files with 25 additions and 25 deletions

View file

@ -54,7 +54,7 @@ in
];
meta = {
domains.list = lib.mkIf (cfg.gui.domain != null) [ cfg.gui.domain ];
domains.local = lib.mkIf (cfg.gui.domain != null) [ cfg.gui.domain ];
ports = {
tcp.list = [
cfg.syncPort