From c28dccd2b183ed90a45cb0a6c0e44e003d6de5a9 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Thu, 23 Jan 2025 09:32:23 +0100 Subject: [PATCH] fix sops rules --- .sops.yaml | 2 +- Justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.sops.yaml b/.sops.yaml index 65dd998..18fac36 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -16,7 +16,7 @@ creation_rules: - *xun - *nixdesk - *hopper - - path_regex: sys/proofiles/secrets/nixdesk + - path_regex: sys/profiles/secrets/nixdesk key_groups: - age: - *xun diff --git a/Justfile b/Justfile index f5109a5..8424056 100644 --- a/Justfile +++ b/Justfile @@ -11,7 +11,7 @@ buildiso *FLAGS: nix build .#nixosConfigurations.liveiso.config.system.build.isoImage {{FLAGS}} updatekeys: - fd . systemProfiles/secrets -E '*.nix' -t f -x sops updatekeys + fd . sys/profiles/secrets -E '*.nix' -t f -x sops updatekeys remote OPERATION HOST REMOTEHOST *FLAGS: