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"
|
databasePassword = pkgs.lib.passwd.stablerandom-passwd-file "immich-db-passwd"
|
||||||
config.instance.build-seed;
|
config.instance.build-seed;
|
||||||
|
|
||||||
|
hostSecrets = config.fudo.secrets.host-secrets."${hostname}";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
options.services.immichContainer = with types; {
|
options.services.immichContainer = with types; {
|
||||||
enable =
|
enable =
|
||||||
|
|
Loading…
Reference in New Issue