From 9faff5e0bee5718a5825cef2604a4e81ddcbd0e0 Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 6 Jan 2025 23:21:56 +0300 Subject: 2025-01-06 --- modules/common/ark.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common/ark.nix') diff --git a/modules/common/ark.nix b/modules/common/ark.nix index f297fce..e3ea4c5 100644 --- a/modules/common/ark.nix +++ b/modules/common/ark.nix @@ -46,7 +46,7 @@ in config = lib.mkIf cfg.enable { environment.persistence.${cfg.path} = { hideMounts = true; - enableDebugging = true; + enableDebugging = false; enableWarnings = true; inherit (cfg) directories files; }; -- cgit 1.4.1