nixos/toot: Fix broke deploy due to mastodon secrets
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user