build.build-seed -> instance.build-seed
This commit is contained in:
parent
5e2db3985b
commit
3aa884e897
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue