From 819f682269f4e002884702b87e445c82840c68f2 Mon Sep 17 00:00:00 2001 From: Ken Micklas Date: Fri, 29 Nov 2024 12:43:55 +0000 Subject: [PATCH] lorri: fix ReadWritePaths for new gcroots behavior --- modules/services/lorri.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix index 533a53441..93673dd8f 100644 --- a/modules/services/lorri.nix +++ b/modules/services/lorri.nix @@ -59,7 +59,6 @@ in { "%C/lorri" # Needs %C/nix/fetcher-cache-v1.sqlite "%C/nix" - "/nix/var/nix/gcroots/per-user/%u" ]; CacheDirectory = [ "lorri" ]; Restart = "on-failure";