3
0
Fork 0
forked from mirrors/nixpkgs

nixos/simp_le: use /var/lib/simp_le as root dir by default

/etc on NixOS is regenerated on boot and there was movement
towards making it read-only -- so let's keep dynamic state elsewhere.
This commit is contained in:
Nikolay Amiantov 2015-12-08 21:23:09 +03:00 committed by Franz Pletz
parent 6906baae5c
commit 1641c19d0b

View file

@ -97,7 +97,7 @@ in
options = {
services.simp_le = {
directory = mkOption {
default = "/etc/ssl";
default = "/var/lib/simp_le";
type = types.str;
description = ''
Directory where certs and other state will be stored by default.