aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-15 13:34:27 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-15 13:34:27 +0200
commit296725b2025ffdd08d6f0115a5dc7248a9653cab (patch)
treec711eec239b59306c6363ffe2786e5ce8a68c7f4 /roles
parent3a14e52fc594296c6c3c7b66205e0747219b6231 (diff)
downloadnixos-296725b2025ffdd08d6f0115a5dc7248a9653cab.tar.zst
Cleanup old configurations
Diffstat (limited to '')
-rw-r--r--roles/shared.nix2
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}"