diff options
| author | Grigory Shipunov | 2023-01-09 23:07:46 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-09 23:07:46 +0100 |
| commit | f690251f1344e65c1f40492b09f355b0b3b00d6a (patch) | |
| tree | 5eebf9c279a948feb1794e931fa5fc617704efaf /.sops.yaml | |
| parent | d3015fdbdae7c95a7425c5ab50b101c4d4a14cba (diff) | |
toaster: basic config, nixpkgs-fmt
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,7 @@ keys: - &cirrus age1qm70jkg7us4ft4x3nh7kwxlul022kteescjj83ywvjhysj6nsq5sw7l6p8 - &dishwasher age1cxlskqynwl5njjm0qf363308dsjwxjq59rq7pn6ucpscpzpvry4qwtpx73 - &nextcloud age1ds7zgenz9a664jqx5308m6q5mgtavzmelg239xsj8mdh64pmqa9qtkffmk + - &toaster age1qyj95tsntreefqeetawqy5pf26456s9c0v3tzz8yzs706c0jsg6qv56jzk creation_rules: - path_regex: secrets/microwave/[^/]+\.yaml$ key_groups: @@ -29,3 +30,9 @@ creation_rules: - *admin_oxa age: - *nextcloud + - path_regex: secrets/toaster/[^/]+\.yaml$ + key_groups: + - pgp: + - *admin_oxa + age: + - *toaster |
