mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-29 12:47:03 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ in
|
||||||
options = {
|
options = {
|
||||||
services.simp_le = {
|
services.simp_le = {
|
||||||
directory = mkOption {
|
directory = mkOption {
|
||||||
default = "/etc/ssl";
|
default = "/var/lib/simp_le";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Directory where certs and other state will be stored by default.
|
Directory where certs and other state will be stored by default.
|
||||||
|
|
Loading…
Add table
Reference in a new issue