From e5a41e1992e14c5ad4e9ffc3e467cc86459246c4 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 30 Jul 2025 18:04:01 +0300 Subject: [PATCH] unset path --- modules/services/attic.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/services/attic.nix b/modules/services/attic.nix index 3b96993..17399ab 100644 --- a/modules/services/attic.nix +++ b/modules/services/attic.nix @@ -22,7 +22,8 @@ jwt = { }; storage = { type = "local"; - path = "/data/atreus/attic"; + # path = "/data/atreus/attic"; + # there is an issue }; }; };