mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
meta/ports: Rename list options
This commit is contained in:
parent
250e2ea3d0
commit
3fd0e85151
24 changed files with 29 additions and 29 deletions
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue