tinc: types.{string => str}

This commit is contained in:
tv 2020-01-14 20:39:30 +01:00
parent 75a7de1ee2
commit 99cb3b078b
1 changed files with 1 additions and 1 deletions

View File

@ -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;