fix incorrect path to secrets.yaml
This commit is contained in:
parent
fa9e210518
commit
8ddd20feeb
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue