update the path to system secrets, still need to fix the home secrets
This commit is contained in:
parent
3a6672cad9
commit
5d8c897b4d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in
|
||||||
sops = {
|
sops = {
|
||||||
age.keyFile = "/home/.sops-key.age";
|
age.keyFile = "/home/.sops-key.age";
|
||||||
|
|
||||||
defaultSopsFile = ../../../../secrets/secrets.yaml;
|
defaultSopsFile = ../../../../systems/x86_64-linux/${config.networking.hostName}/secrets.yaml;
|
||||||
defaultSopsFormat = "yaml";
|
defaultSopsFormat = "yaml";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue