generate age key from ssh

This commit is contained in:
2025-06-10 10:13:16 -05:00
parent 9d41140ef4
commit a8e51bd0fb
2 changed files with 6 additions and 7 deletions
+6 -4
View File
@@ -54,12 +54,14 @@
# SOPS config
sops = {
age.sshKeyPaths = [ "/home/user/.ssh/id_ed25519" ];
age.sshKeyPaths = [ "/home/roy/.ssh/id_ed25519" ];
age.keyFile = "/persist/home/roy/age-key.txt";
age.generateKey = true;
defaultSopsFormat = "json";
defaultSopsFile = ./secrets/roy.json;
secrets.test = {
path = "%r/test.txt";
};
# secrets.test = {
# path = "%r/test.txt";
#};
};
# User services must come after sops secrets