fix incorrect path to secrets.yaml

This commit is contained in:
Adithya 2024-06-20 00:25:27 +05:30
parent fa9e210518
commit 8ddd20feeb
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -1,6 +1,6 @@
{ config, ... }: {
sops = {
defaultSopsFile = ./secrets.yaml;
defaultSopsFile = ../secrets.yaml;
age = {
keyFile = "/persist/sops/age/keys.txt";
sshKeyPaths = [ "/persist/system/etc/ssh/keys/ssh_host_ed25519_key" ];