From 99cb3b078bf8af760412c293cd7f52fe93ff5dc1 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 14 Jan 2020 20:39:30 +0100 Subject: [PATCH] tinc: types.{string => str} --- krebs/3modules/tinc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index ed00d187c..8b6e959d4 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;