nixos network: fix evaluation after #19128
This commit is contained in:
parent
30a3a09857
commit
550df4dc47
@ -333,7 +333,7 @@ in
|
||||
|
||||
createSitDevice = n: v: nameValuePair "${n}-netdev"
|
||||
(let
|
||||
deps = optional (v.dev != null) (deviceDependency v.dev);
|
||||
deps = optionals (v.dev != null) (deviceDependency v.dev);
|
||||
in
|
||||
{ description = "6-to-4 Tunnel Interface ${n}";
|
||||
wantedBy = [ "network-setup.service" (subsystemDevice n) ];
|
||||
|
Loading…
Reference in New Issue
Block a user