mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
root add openssh intelnuc & add sops
This commit is contained in:
parent
1543f3efea
commit
7cb8ec0656
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue