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