diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-20 14:12:44 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-20 14:12:44 +0300 |
commit | 57d310ed10473ac1c06892f2dc22d6cd25b2291e (patch) | |
tree | a5e30e11fc531e01f1bfcc2b91f750ef2dab5764 /modules/common | |
parent | 2024-08-14 (diff) |
2024-08-20
Diffstat (limited to '')
-rw-r--r-- | modules/common/ark.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/ark.nix b/modules/common/ark.nix index 84ff6db..1e43ef8 100644 --- a/modules/common/ark.nix +++ b/modules/common/ark.nix @@ -45,6 +45,7 @@ in environment.persistence.${cfg.path} = { hideMounts = true; enableDebugging = false; + enableWarnings = false; inherit (cfg) directories files; }; |