Define host-secrets
This commit is contained in:
parent
92f277f539
commit
d89f0db4ae
|
@ -12,6 +12,8 @@ let
|
|||
databasePassword = pkgs.lib.passwd.stablerandom-passwd-file "immich-db-passwd"
|
||||
config.instance.build-seed;
|
||||
|
||||
hostSecrets = config.fudo.secrets.host-secrets."${hostname}";
|
||||
|
||||
in {
|
||||
options.services.immichContainer = with types; {
|
||||
enable =
|
||||
|
|
Loading…
Reference in New Issue