From e7109a09ff90b25855b5e7cc2a6d1799873cd1aa Mon Sep 17 00:00:00 2001 From: Thary Date: Thu, 11 Sep 2025 18:51:52 +0300 Subject: [PATCH] fix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 8a7b846..930531e 100644 --- a/module.nix +++ b/module.nix @@ -93,7 +93,7 @@ in systemd = { - services.mastodon = { + services.mastodon-web = { unitConfig.RequiresMountsFor = lib.mkIf sp.useBinds "/volumes/${cfg.location}/mastodon"; serviceConfig = { loadCredentials = ["client-secret:${oauthClientSecretFP}"];