nixos-config/.sops.yaml

32 lines
843 B
YAML
Raw Normal View History

2023-04-23 14:27:27 +02:00
keys:
2024-07-02 00:22:02 +02:00
- &host_challenger age1j43eqpnq5hy6zt3gmdtzdnne2yfvccd832kpt69qavst44leec6sj2l773
- &host_defiant age128md9emufxu35kgww3a90sw40vvc60f5xul9n9ndvw4lfnj3ndaqq44u64
2024-07-02 00:22:02 +02:00
- &host_voyager age14jzavfeg47pgnrstea6yzvh3s3a578nj8hkk8g79vxyzpn86gslscp23qu
- &user_felixalb age1nj7ju6f3jfvzw4c0sxywthjmztwp7rwqceun8xw2tlfrt7qymatser4vqf
2023-04-23 14:27:27 +02:00
creation_rules:
# Global secrets
- path_regex: secrets/[^/]+\.yaml$
key_groups:
- age:
- *user_felixalb
# Host specific secrets
- path_regex: secrets/voyager/[^/]+\.yaml$
key_groups:
- age:
- *host_voyager
- *user_felixalb
2023-10-06 00:19:04 +02:00
- path_regex: secrets/defiant/[^/]+\.yaml$
2023-10-06 00:19:04 +02:00
key_groups:
- age:
- *host_defiant
2023-10-06 00:19:04 +02:00
- *user_felixalb
2024-07-01 23:28:24 +02:00
- path_regex: secrets/challenger/[^/]+\.yaml$
key_groups:
- age:
2024-07-02 00:22:02 +02:00
- *host_challenger
2024-07-01 23:28:24 +02:00
- *user_felixalb