mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
fixed wrong secrets file
This commit is contained in:
parent
62979c50c9
commit
378a1f0203
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
sops.secrets.adminPassword = {
|
||||
sopsFile = ../secrets/photoprism.env;
|
||||
sopsFile = ../secrets/photoprism.yaml;
|
||||
format = "dotenv";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue