diff --git a/.sops.yaml b/.sops.yaml index b7b946b..a8f3a88 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -1,7 +1,9 @@ keys: - &primary age1pj9v44sqvsk06jjs0jx092cdjwtm93nzk83875dw8nume88xnd9sevw75d + - &neru age1g5cxpf3qk9ygheh9njtdkx84wu8hlqw3kdhm4ug2wayu65a6ud9qghg3z8 creation_rules: - path_regex: secret/secret.yaml$ key_groups: - age: - - *primary \ No newline at end of file + - *primary + - *neru \ No newline at end of file diff --git a/puter/030-vm-nixos-neru/specific-aspect/sops.nix b/puter/030-vm-nixos-neru/specific-aspect/sops.nix new file mode 100644 index 0000000..e7d8e38 --- /dev/null +++ b/puter/030-vm-nixos-neru/specific-aspect/sops.nix @@ -0,0 +1,11 @@ +{ + den.aspects = { + neru = { + nixos = + { lib, pkgs, config, ... }: + { + sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + }; + }; + }; +} \ No newline at end of file