tinc: types.{string => str}
This commit is contained in:
parent
75a7de1ee2
commit
99cb3b078b
|
@ -63,7 +63,7 @@ let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
tincUp = mkOption {
|
tincUp = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = let
|
default = let
|
||||||
net = tinc.config.host.nets.${netname};
|
net = tinc.config.host.nets.${netname};
|
||||||
iproute = tinc.config.iproutePackage;
|
iproute = tinc.config.iproutePackage;
|
||||||
|
|
Loading…
Reference in a new issue