diff --git a/common/server/atticd.nix b/common/server/atticd.nix index 17a641a..8bf3a6d 100644 --- a/common/server/atticd.nix +++ b/common/server/atticd.nix @@ -11,6 +11,9 @@ in settings = { listen = "[::]:28338"; + # Speed things up + require-proof-of-possession = false; + chunking = { # Disable chunking for performance (I have plenty of space) nar-size-threshold = 0;