k 3 retiolum-bootstrap: use secrets path as default, not /root/secrets
This commit is contained in:
parent
1c931a1f45
commit
01ee8749ac
@ -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 <secrets>}/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 <secrets>}/tinc.krebsco.de.crt" ;
|
||||
};
|
||||
# in use:
|
||||
# <secrets/tinc.krebsco.de.crt>
|
||||
|
Loading…
Reference in New Issue
Block a user