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}"];