mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fixed wrong secrets file
This commit is contained in:
parent
62979c50c9
commit
378a1f0203
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
sops.secrets.adminPassword = {
|
||||
sopsFile = ../secrets/photoprism.env;
|
||||
sopsFile = ../secrets/photoprism.yaml;
|
||||
format = "dotenv";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue