root add openssh intelnuc & add sops

This commit is contained in:
Your Name 2024-03-21 18:50:54 +03:00
parent 1543f3efea
commit 7cb8ec0656
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
keys: keys:
- &dlaptop age15ztewc67js3aunwx8zvkdukqy8r3qswpqucjsqqnqjy3zecvacyqdxhl4y - &dlaptop age15ztewc67js3aunwx8zvkdukqy8r3qswpqucjsqqnqjy3zecvacyqdxhl4y
- &intelnuc age1sxv5n2au0pwpvnj8qya75quz264s5jt0e9734jefng4dh2vyyqlqyuynuc - &intelnuc age1vt6n9pgz57malqryph4nyvypr3y845fthkc704uhh0s7sqy4s97q0hffyk
creation_rules: creation_rules:
- path_regex: secrets/[^/]+\.(yml|yaml|json|env|ini|bin)$ - path_regex: secrets/[^/]+\.(yml|yaml|json|env|ini|bin)$
key_groups: key_groups:

View file

@ -2,8 +2,9 @@
{ {
sops = { sops = {
defaultSopsFile = ../../secrets/generic.yaml; defaultSopsFile = ../../secrets/intelnuc/main.yaml;
age.sshKeyPaths = [ "/home/delta/.ssh/id_ed25519" ]; sshKeyPaths = lib.mkForce [];
age.sshKeyPaths = lib.mkForce [ "/home/delta/.ssh/id_ed25519" ];
defaultSopsFormat = "yaml"; defaultSopsFormat = "yaml";
secrets = { secrets = {