From 2ad73a7cdf13a881b2e71dde9a9e1e8fdc2e0fb3 Mon Sep 17 00:00:00 2001 From: Vivian Date: Sat, 1 Jun 2024 21:42:19 +0200 Subject: [PATCH] update masto --- nixos/hosts/hades/mastodon/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/hosts/hades/mastodon/configuration.nix b/nixos/hosts/hades/mastodon/configuration.nix index 4dde8175..cec0219b 100644 --- a/nixos/hosts/hades/mastodon/configuration.nix +++ b/nixos/hosts/hades/mastodon/configuration.nix @@ -29,6 +29,11 @@ in { }; mastodon = { + + extraEnvFiles = [ + "${vs.mastodon}/active_record_secrets" + ]; + enable = true; package = pkgs.v.glitch-soc; streamingProcesses = 3;