mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +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, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
sops.secrets.adminPassword = {
|
sops.secrets.adminPassword = {
|
||||||
sopsFile = ../secrets/photoprism.env;
|
sopsFile = ../secrets/photoprism.yaml;
|
||||||
format = "dotenv";
|
format = "dotenv";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue