sakopc: make sops automatically convert ssh key to age key
This commit is contained in:
parent
0e1d247674
commit
21cfd6bfeb
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@
|
||||||
# sops setup :D
|
# sops setup :D
|
||||||
sops.defaultSopsFile = ../../secrets/secrets.yaml;
|
sops.defaultSopsFile = ../../secrets/secrets.yaml;
|
||||||
sops.defaultSopsFormat = "yaml";
|
sops.defaultSopsFormat = "yaml";
|
||||||
sops.age.keyFile = "/home/sako/.config/sops/age/keys.txt";
|
# sops.age.keyFile = "/home/sako/.config/sops/age/keys.txt";
|
||||||
|
sops.age.sshKeyPaths = [ "/home/sako/.ssh/id_ed25519" ];
|
||||||
|
|
||||||
# fuck you AOC
|
# fuck you AOC
|
||||||
# my monitor only works on 240hz now
|
# my monitor only works on 240hz now
|
||||||
|
|
Loading…
Reference in a new issue