mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
fixed secrets path
This commit is contained in:
parent
bd6bed9200
commit
3674ad502b
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
sops.secrets."searx" = {
|
||||
sopsFile = ./secrets/searx.env;
|
||||
sopsFile = ../secrets/searx.env;
|
||||
format = "dotenv";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue