Rclone mount

This commit is contained in:
Filippo Berto 2024-11-07 16:18:32 +01:00
parent e42191a53f
commit 6bd039f9b4
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
5 changed files with 42 additions and 0 deletions

View file

@ -49,4 +49,5 @@ in
"wg_psk.age".publicKeys = devUsers ++ systems;
"s3_cache_write.age".publicKeys = devUsers ++ [ thor odin ];
"s3_cache_read.age".publicKeys = devUsers ++ systems;
"s3_odin.age".publicKeys = devUsers ++ [ odin ];
}