diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-18 15:05:11 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-18 15:05:11 -0500 |
commit | c8653bb9b1e7d9097cdd09f0f02474a578af71cb (patch) | |
tree | e4fd2e89e5b43d9ea008d59e3db371d6b96afa48 /.sops.yaml | |
parent | 19ecf4423b5e7ba8f4d22a776315bf65a23ce8df (diff) | |
download | nixos-c8653bb9b1e7d9097cdd09f0f02474a578af71cb.tar.xz nixos-c8653bb9b1e7d9097cdd09f0f02474a578af71cb.zip |
update sops config with new key for flex-wg-router
Diffstat (limited to '.sops.yaml')
-rw-r--r-- | .sops.yaml | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,7 +1,19 @@ keys: - - &SSHDerived age1w80rc0dnuu8nw99gw64c596qqetm78jdnsqajr0u7ephykekr39qfz8vnv + - &general age1w80rc0dnuu8nw99gw64c596qqetm78jdnsqajr0u7ephykekr39qfz8vnv + - &flex-wg-router age1f0tmpy2nam58skmznjyqd3zf54rxtfrk6fda0vlpq9y3yg6wac7sjf0vja creation_rules: - - path_regex: secrets/.*.yaml$ + - path_regex: secrets/hashed-root-password.yaml key_groups: - age: - - *SSHDerived + - *general + - *flex-wg-router + + - path_regex: secrets/wpa_supplicant-conf.yaml + key_groups: + - age: + - *general + + - path_regex: T495/resources/secrets/wg0.yaml + key_groups: + - age: + - *general |