fixed wrong secrets file

This commit is contained in:
Harry 2024-07-27 10:19:23 +02:00
parent 62979c50c9
commit 378a1f0203

View file

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
{
sops.secrets.adminPassword = {
sopsFile = ../secrets/photoprism.env;
sopsFile = ../secrets/photoprism.yaml;
format = "dotenv";
};