mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31: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
|
|
@ -37,7 +37,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
meta.ports.tcp.list = [
|
||||
meta.ports.tcp = [
|
||||
cfg.apiPort
|
||||
cfg.prometheusPort
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue