aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/tools/mastodon/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-10-22 20:55:31 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-10-23 01:45:07 +0200
commit5315b439af1f72c3282549508ae58d86d66e38ec (patch)
tree649e191a57f97635f4c941a4cade04074a6d96f4 /modules/private/websites/tools/mastodon/default.nix
parent41cce84a02652e22ad967c9f31669092eb3e7f0e (diff)
downloadNix-5315b439af1f72c3282549508ae58d86d66e38ec.tar.gz
Nix-5315b439af1f72c3282549508ae58d86d66e38ec.tar.zst
Nix-5315b439af1f72c3282549508ae58d86d66e38ec.zip
Remove duply-backup
Diffstat (limited to 'modules/private/websites/tools/mastodon/default.nix')
-rw-r--r--modules/private/websites/tools/mastodon/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/private/websites/tools/mastodon/default.nix b/modules/private/websites/tools/mastodon/default.nix
index 3512cf1..173a4b8 100644
--- a/modules/private/websites/tools/mastodon/default.nix
+++ b/modules/private/websites/tools/mastodon/default.nix
@@ -10,9 +10,6 @@ in {
10 }; 10 };
11 11
12 config = lib.mkIf cfg.enable { 12 config = lib.mkIf cfg.enable {
13 services.duplyBackup.profiles.mastodon = {
14 rootDir = mcfg.dataDir;
15 };
16 secrets.keys."webapps/tools-mastodon" = { 13 secrets.keys."webapps/tools-mastodon" = {
17 user = "mastodon"; 14 user = "mastodon";
18 group = "mastodon"; 15 group = "mastodon";