diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-06-10 13:13:11 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-06-11 00:18:33 +0200 |
commit | 1c90c0dd73b5b74612be736ac8deeaa4547e2c26 (patch) | |
tree | 80a7bfcecd7478fb42c57616f706c90441475b88 /systems/eldiron/websites/cryptpad | |
parent | e8d50f14185867d490f002aa5c408343ea5ea062 (diff) | |
download | Nix-1c90c0dd73b5b74612be736ac8deeaa4547e2c26.tar.gz Nix-1c90c0dd73b5b74612be736ac8deeaa4547e2c26.tar.zst Nix-1c90c0dd73b5b74612be736ac8deeaa4547e2c26.zip |
Migrate to borg backup
Diffstat (limited to 'systems/eldiron/websites/cryptpad')
-rw-r--r-- | systems/eldiron/websites/cryptpad/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/eldiron/websites/cryptpad/default.nix b/systems/eldiron/websites/cryptpad/default.nix index 4635548..34a51cd 100644 --- a/systems/eldiron/websites/cryptpad/default.nix +++ b/systems/eldiron/websites/cryptpad/default.nix | |||
@@ -75,6 +75,9 @@ in | |||
75 | inherit domain port; | 75 | inherit domain port; |
76 | config = configFile; | 76 | config = configFile; |
77 | }; | 77 | }; |
78 | services.borgBackup.profiles.global.includedPaths = [ | ||
79 | "cryptpad/immaeEu" | ||
80 | ]; | ||
78 | services.websites.env.tools.modules = [ "proxy_wstunnel" ]; | 81 | services.websites.env.tools.modules = [ "proxy_wstunnel" ]; |
79 | security.acme.certs.eldiron.extraDomainNames = [ domain ]; | 82 | security.acme.certs.eldiron.extraDomainNames = [ domain ]; |
80 | services.websites.env.tools.vhostConfs.cryptpad = { | 83 | services.websites.env.tools.vhostConfs.cryptpad = { |