diff options
author | azahi <azat@bahawi.net> | 2025-01-01 13:10:32 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-01-01 13:10:32 +0300 |
commit | 7c06c0a354b106e37e26ddfc2bc6ba8336d90cc7 (patch) | |
tree | d52c7729b2aa8d81aaa18301d70877a6911a2167 /modules/common/ark.nix | |
parent | 2024-12-17 (diff) |
2025-01-01
Diffstat (limited to 'modules/common/ark.nix')
-rw-r--r-- | modules/common/ark.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/common/ark.nix b/modules/common/ark.nix index 007e209..f297fce 100644 --- a/modules/common/ark.nix +++ b/modules/common/ark.nix @@ -46,8 +46,8 @@ in config = lib.mkIf cfg.enable { environment.persistence.${cfg.path} = { hideMounts = true; - enableDebugging = false; - enableWarnings = false; + enableDebugging = true; + enableWarnings = true; inherit (cfg) directories files; }; |