From 99cb3b078bf8af760412c293cd7f52fe93ff5dc1 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 14 Jan 2020 20:39:30 +0100 Subject: tinc: types.{string => str} --- krebs/3modules/tinc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krebs/3modules/tinc.nix') diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index ed00d187..8b6e959d 100644 --- a/krebs/3modules/tinc.nix +++ b/krebs/3modules/tinc.nix @@ -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; -- cgit v1.2.3