aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/tools/mastodon
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/tools/mastodon')
-rw-r--r--modules/private/websites/tools/mastodon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/websites/tools/mastodon/default.nix b/modules/private/websites/tools/mastodon/default.nix
index 2236bd5..97f2452 100644
--- a/modules/private/websites/tools/mastodon/default.nix
+++ b/modules/private/websites/tools/mastodon/default.nix
@@ -10,7 +10,7 @@ in {
10 }; 10 };
11 11
12 config = lib.mkIf cfg.enable { 12 config = lib.mkIf cfg.enable {
13 services.backup.profiles.mastodon = { 13 services.duplyBackup.profiles.mastodon = {
14 rootDir = mcfg.dataDir; 14 rootDir = mcfg.dataDir;
15 }; 15 };
16 secrets.keys = [{ 16 secrets.keys = [{