nixos/toot: Fix broke deploy due to mastodon secrets
This commit is contained in:
@@ -48,8 +48,9 @@ in
|
|||||||
"s3-secret-key.txt"
|
"s3-secret-key.txt"
|
||||||
])
|
])
|
||||||
(_: with config.services.mastodon; {
|
(_: with config.services.mastodon; {
|
||||||
owner = user;
|
# user doesn't exist any more, so this breaks on deploy
|
||||||
inherit group;
|
# owner = user;
|
||||||
|
# inherit group;
|
||||||
})) // {
|
})) // {
|
||||||
"toot/pds.env" = {
|
"toot/pds.env" = {
|
||||||
owner = "pds";
|
owner = "pds";
|
||||||
|
|||||||
Reference in New Issue
Block a user