nixos-config/patches/erofs-hardened.patch
Dmitriy Kholkin 9d808421af
fix: remove erofs from kernel module blacklist for hardened profile
system.etc.overlay requires erofs kernel module, but hardened profile from nixpkgs disables it. Patch nixpkgs and remove erofs module from blacklist.
2025-03-10 18:37:22 +03:00

13 lines
337 B
Diff

diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix
index dc3bf597cd4b..70a7af42358a 100644
--- a/nixos/modules/profiles/hardened.nix
+++ b/nixos/modules/profiles/hardened.nix
@@ -84,7 +84,6 @@ in
"befs"
"cramfs"
"efs"
- "erofs"
"exofs"
"freevxfs"
"f2fs"