Define host-secrets

This commit is contained in:
niten 2024-02-07 15:25:52 -08:00
parent 92f277f539
commit d89f0db4ae
1 changed files with 2 additions and 0 deletions

View File

@ -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 =