mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fix: wrong secret name
This commit is contained in:
parent
757d5d2f9a
commit
18723753ef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
sops.secrets.photoprismUser = { };
|
sops.secrets.photoprismAdmin = { };
|
||||||
sops.secrets.photoprismPassword = { };
|
sops.secrets.photoprismPassword = { };
|
||||||
|
|
||||||
services.photoprism = {
|
services.photoprism = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue