diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-28 11:56:36 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-28 11:56:36 -0700 |
| commit | ad472d6256c6f6d1670bdef84c5ac4f485d38c9e (patch) | |
| tree | f864f7bc0eb5566ba736153e064ae3846506c39c /hosts/copenhagen | |
| parent | 3485b308215b3c699dc4c2fefb6d0e0e13b8959b (diff) | |
copenhagen: persist acme
Diffstat (limited to 'hosts/copenhagen')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 5a2416b..513c72b 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -18,6 +18,8 @@ "/var/lib/nixos" "/var/lib/systemd/coredump" + "/var/lib/acme" + "/srv/web" "/srv/minecraft" ]; |