mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: change sops path for winters
This commit is contained in:
parent
3686ae3120
commit
9e6fd597b2
2 changed files with 2 additions and 2 deletions
|
|
@ -6566,7 +6566,7 @@ Also, the system state version is set here. No need to touch it.
|
||||||
{
|
{
|
||||||
sops = {
|
sops = {
|
||||||
age.sshKeyPaths = [ "/etc/ssh/sops" ];
|
age.sshKeyPaths = [ "/etc/ssh/sops" ];
|
||||||
defaultSopsFile = "/.dotfiles/secrets/server/secrets.yaml";
|
defaultSopsFile = "/.dotfiles/secrets/server/winters/secrets.yaml";
|
||||||
validateSopsFiles = false;
|
validateSopsFiles = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
sops = {
|
sops = {
|
||||||
age.sshKeyPaths = [ "/etc/ssh/sops" ];
|
age.sshKeyPaths = [ "/etc/ssh/sops" ];
|
||||||
defaultSopsFile = "/.dotfiles/secrets/server/secrets.yaml";
|
defaultSopsFile = "/.dotfiles/secrets/server/winters/secrets.yaml";
|
||||||
validateSopsFiles = false;
|
validateSopsFiles = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue