From 70910fa69d996d849fc258be62c9966854496f25 Mon Sep 17 00:00:00 2001 From: kirbara Date: Fri, 5 Dec 2025 22:42:21 +0700 Subject: [PATCH] commit --- .sops.yaml | 4 +++- puter/030-vm-nixos-neru/specific-aspect/sops.nix | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 puter/030-vm-nixos-neru/specific-aspect/sops.nix 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