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