mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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
|
|
@ -13,8 +13,8 @@ in
|
|||
|
||||
config = lib.mkIf config.custom.services.resolved.enable {
|
||||
meta.ports = {
|
||||
tcp.list = ports;
|
||||
udp.list = ports;
|
||||
tcp = ports;
|
||||
udp = ports;
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue