diff options
| -rw-r--r-- | roles/shared.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/shared.nix b/roles/shared.nix index c061a49..a8bd23b 100644 --- a/roles/shared.nix +++ b/roles/shared.nix @@ -371,6 +371,7 @@ "allow_other" "umask=0007" "uid=1000" + "use_cache=1" "use_path_request_style" "url=https://s3.tammi.cc" "passwd_file=${config.age.secrets.s3fs.path}" @@ -386,6 +387,7 @@ "allow_other" "umask=0007" "uid=1000" + "use_cache=1" "use_path_request_style" "url=https://s3.tammi.cc" "passwd_file=${config.age.secrets.s3fs.path}" |
