From 3aa884e8974ab538800847166f9e5e737bf33ba0 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 17 Jul 2023 19:56:22 -0700 Subject: [PATCH] build.build-seed -> instance.build-seed --- lemmy-docker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemmy-docker.nix b/lemmy-docker.nix index cfa8b9c..46955a9 100644 --- a/lemmy-docker.nix +++ b/lemmy-docker.nix @@ -272,7 +272,7 @@ in { readFile (pkgs.lib.passwd.random-passwd-file "lemmy-pictrs-api-key" 30); adminPasswd = readFile (pkgs.lib.passwd.stablerandom-passwd-file "lemmy-admin-passwd" - config.build.build-seed); + config.instance.build-seed); in { fudo.secrets.host-secrets."${config.instance.hostname}" = { lemmyPictrsEnv = {