Rclone mount thor

This commit is contained in:
Filippo Berto 2024-11-07 19:49:11 +01:00
parent 6bd039f9b4
commit 5e16829245
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 12 additions and 0 deletions

View file

@ -255,6 +255,7 @@
# S3 cache write # S3 cache write
./modules/nixos/s3_cache_write.nix ./modules/nixos/s3_cache_write.nix
{ age.secrets.s3_thor = { file = ./secrets/s3_thor.age; owner = "bertof"; }; }
./modules/nixos/pro_audio.nix ./modules/nixos/pro_audio.nix
./modules/nixos/kdeconnect.nix ./modules/nixos/kdeconnect.nix

View file

@ -124,6 +124,7 @@
../../modules/hm/picom.nix ../../modules/hm/picom.nix
../../modules/hm/pro_audio.nix ../../modules/hm/pro_audio.nix
# ../../modules/hm/pycharm.nix # ../../modules/hm/pycharm.nix
../../modules/hm/rclone-mount.nix
../../modules/hm/research.nix ../../modules/hm/research.nix
# ../../modules/hm/rofi.nix # ../../modules/hm/rofi.nix
# ../../modules/hm/screen_locker.nix # ../../modules/hm/screen_locker.nix

9
secrets/s3_thor.age Normal file
View file

@ -0,0 +1,9 @@
age-encryption.org/v1
-> ssh-ed25519 hGQASA +TjbxMJUH4FECE2myLZfV9YYtIKMCGHZEljgtuncDwc
3XYHt2PG/HmxWE88abmrUErXtRYh2nKqrjaxdqcpA44
-> ssh-ed25519 4behFA n89pMD7cjpVIa7bPFb/8fBlPY2gVhuAzSttwdxAhvQg
lW9mJqD/O1uHilpe7mdfY/Rc01qdqADhzT2v3i9RCH4
-> ssh-ed25519 v7O/FA djMLL9X07MYz6mm3QM8PgELhT6pIkjoHS2/oR1QSAjA
VKWaKuC2NrK+kPQAuYcXJWtxfjLZh3xDqqgvi9PrJn0
--- /kfOxqsXIwZ/UU1X9EJ3DeWPV1m9zUK6Q0ORXx/yKWw
g Mˆ ?éÍðÝ,E.76Ô+öFGÌrÍ<>`Zãü` <>\Î%3<0F>†K:Šöâåî93pÁ^1B_ǃx%Ÿ³s¿4¸ß­¶Ž™ÐD€t1I²Kl¥:©ílp¼z•ës<Øÿ™¤N{¡J&~Xà9qœW{bJ7Ûƒ<C692>ï蟡šWˆZ2àXaÕÂ+i©*uXõdå]~¹9øTû—Ô.Z"¸¸Ë8}¬Uªµ@ j“…Öæ¯êxÃ>"!JÜ3

View file

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