about summary refs log tree commit diff
path: root/modules/common/ark.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/ark.nix')
-rw-r--r--modules/common/ark.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/ark.nix b/modules/common/ark.nix
index 007e209..e3ea4c5 100644
--- a/modules/common/ark.nix
+++ b/modules/common/ark.nix
@@ -47,7 +47,7 @@ in
     environment.persistence.${cfg.path} = {
       hideMounts = true;
       enableDebugging = false;
-      enableWarnings = false;
+      enableWarnings = true;
       inherit (cfg) directories files;
     };
 

Consider giving Nix/NixOS a try! <3