nixos/toot: Fix broke deploy due to mastodon secrets

This commit is contained in:
2026-08-02 21:31:07 +01:00
parent de681f33da
commit 4f6ea35ee4
@@ -48,8 +48,9 @@ in
"s3-secret-key.txt"
])
(_: with config.services.mastodon; {
owner = user;
inherit group;
# user doesn't exist any more, so this breaks on deploy
# owner = user;
# inherit group;
})) // {
"toot/pds.env" = {
owner = "pds";