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:
parent
6906baae5c
commit
1641c19d0b
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue