This commit is contained in:
Filippo Berto 2024-11-21 17:13:18 +01:00
parent e33bd2b354
commit 8641ecf104
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
28 changed files with 141 additions and 135 deletions

View file

@ -49,7 +49,7 @@ in
"spotify_password.age".publicKeys = devUsers ++ systems;
"thor_wg_priv.age".publicKeys = devUsers ++ [ thor ];
"wg_psk.age".publicKeys = devUsers ++ systems;
"s3_cache_write.age".publicKeys = devUsers ++ [ thor odin ];
"s3_cache_write.age".publicKeys = devUsers ++ [ thor odin sif ];
"s3_cache_read.age".publicKeys = devUsers ++ systems;
"s3_odin.age".publicKeys = devUsers ++ [ odin ];
"s3_sif.age".publicKeys = devUsers ++ [ sif ];