From 4f6ea35ee4b7797bf7cd9bc3c7b892285f558791 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 2 Aug 2026 21:31:07 +0100 Subject: [PATCH] nixos/toot: Fix broke deploy due to mastodon secrets --- nixos/boxes/colony/vms/shill/containers/toot.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/boxes/colony/vms/shill/containers/toot.nix b/nixos/boxes/colony/vms/shill/containers/toot.nix index 9951fa4..a83ced4 100644 --- a/nixos/boxes/colony/vms/shill/containers/toot.nix +++ b/nixos/boxes/colony/vms/shill/containers/toot.nix @@ -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";