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
|
@ -12,7 +12,7 @@ in
|
|||
imports = [ authentik-nix.nixosModules.default ];
|
||||
|
||||
sops.secrets."authentik" = {
|
||||
sopsFile = ./secrets/authentik.env;
|
||||
sopsFile = ../secrets/authentik.env;
|
||||
format = "dotenv";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue