base/secrets: fix key read path
This commit is contained in:
@@ -12,7 +12,7 @@ with lib;
|
||||
{
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
|
||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||
sops.defaultSopsFile = ../secrets/${config.networking.hostName}.yml;
|
||||
sops.defaultSopsFormat = "yaml";
|
||||
sops.age.keyFile = "/home/etorres/.config/sops/age/keys.txt";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user