mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
caddy: Persist state of acme
This commit is contained in:
parent
f3ad654ad3
commit
b008c3a974
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ in
|
||||||
requires = [ netCfg.overlay.systemdUnit ];
|
requires = [ netCfg.overlay.systemdUnit ];
|
||||||
after = [ netCfg.overlay.systemdUnit ];
|
after = [ netCfg.overlay.systemdUnit ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
custom.persistence.directories = [ "/var/lib/acme" ];
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue