meta/ports: Rename list options

This commit is contained in:
SebastianStork 2025-11-11 13:23:58 +01:00
parent 250e2ea3d0
commit 3fd0e85151
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
24 changed files with 29 additions and 29 deletions

View file

@ -56,11 +56,11 @@ in
meta = {
domains.local = lib.mkIf (cfg.gui.domain != null) [ cfg.gui.domain ];
ports = {
tcp.list = [
tcp = [
cfg.syncPort
cfg.gui.port
];
udp.list = [ cfg.syncPort ];
udp = [ cfg.syncPort ];
};
};