From 7f6ef53549038df3b6ae7bf6bb2e8c0d6619fc48 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 20 Sep 2024 05:35:06 +0200 Subject: [PATCH] Cache Proton Drive files --- profiles/users/manuel/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/users/manuel/config.nix b/profiles/users/manuel/config.nix index 66d1589e..d9f6bf55 100644 --- a/profiles/users/manuel/config.nix +++ b/profiles/users/manuel/config.nix @@ -32,6 +32,7 @@ proton = { dirName = "Proton"; + cacheDuration = "2w"; }; }; };