diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-02-11 14:43:01 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-02-11 14:43:01 -0800 |
| commit | 6a4f95482fa2c0faeafa028eae164d00c6418ac3 (patch) | |
| tree | 8f87a90ae697b1a1ea6c3ed63c59d5e22de55425 /nix/.sops.yaml | |
| parent | a3106cdc192a64daa6421dc63ab3dd6000bdc112 (diff) | |
add vps stuff; fix internet issues plauging my devices
Diffstat (limited to 'nix/.sops.yaml')
| -rw-r--r-- | nix/.sops.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/.sops.yaml b/nix/.sops.yaml index 9c91d66..3613e2b 100644 --- a/nix/.sops.yaml +++ b/nix/.sops.yaml @@ -1,7 +1,13 @@ keys: - &primary age165ul43e8rc0qwzz2f2q9cw02psm2mkudsrwavq2e0pxs280p64yqy2z0dr + - &vps age1acpuyy2qnduyxzwvusd8urr6a78e3f37ylhvh2pngyqytf5r8ans5vkest creation_rules: - path_regex: secrets/secrets.yaml$ key_groups: - age: - *primary + + - path_regex: secrets/vps_secrets.yaml$ + key_groups: + - age: + - *vps |
