From 01ee8749acb258431eee769e3993fa12bf716e24 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 18 Jul 2016 15:13:22 +0200 Subject: k 3 retiolum-bootstrap: use secrets path as default, not /root/secrets --- krebs/3modules/retiolum-bootstrap.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'krebs/3modules/retiolum-bootstrap.nix') diff --git a/krebs/3modules/retiolum-bootstrap.nix b/krebs/3modules/retiolum-bootstrap.nix index 40382d09..9d393c90 100644 --- a/krebs/3modules/retiolum-bootstrap.nix +++ b/krebs/3modules/retiolum-bootstrap.nix @@ -27,12 +27,12 @@ let ssl_certificate_key = mkOption { type = types.str; description = "Certificate key to use for ssl"; - default = "/root/secrets/tinc.krebsco.de.key"; + default = "${toString }/tinc.krebsco.de.key"; }; ssl_certificate = mkOption { type = types.str; description = "Certificate file to use for ssl"; - default = "/root/secrets/tinc.krebsco.de.crt" ; + default = "${toString }/tinc.krebsco.de.crt" ; }; # in use: # -- cgit v1.2.3