diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-15 13:34:27 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-15 13:34:27 +0200 |
| commit | 296725b2025ffdd08d6f0115a5dc7248a9653cab (patch) | |
| tree | c711eec239b59306c6363ffe2786e5ce8a68c7f4 /roles/shared.nix | |
| parent | 3a14e52fc594296c6c3c7b66205e0747219b6231 (diff) | |
| download | nixos-296725b2025ffdd08d6f0115a5dc7248a9653cab.tar.zst | |
Cleanup old configurations
Diffstat (limited to 'roles/shared.nix')
| -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 7e4a5eb..3169d58 100644 --- a/roles/shared.nix +++ b/roles/shared.nix @@ -378,6 +378,7 @@ "umask=0007" "uid=1000" "use_cache=1" + "max_stat_cache_size=20000" "use_path_request_style" "url=https://s3.tammi.cc" "passwd_file=${config.age.secrets.s3fs.path}" @@ -395,6 +396,7 @@ "umask=0007" "uid=1000" "use_cache=1" + "max_stat_cache_size=20000" "use_path_request_style" "url=https://s3.tammi.cc" "passwd_file=${config.age.secrets.s3fs.path}" |
