From e7c83878a87355f30716fa0a91e128b1e21cc898 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:57:40 -0600 Subject: fixed issue where system would break when booting because it couldn't mount the /etc overlay (kernel module for erofs missing) --- modules/boot/nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/boot/nixos/default.nix') diff --git a/modules/boot/nixos/default.nix b/modules/boot/nixos/default.nix index 06efa15..49cca5e 100644 --- a/modules/boot/nixos/default.nix +++ b/modules/boot/nixos/default.nix @@ -41,7 +41,7 @@ in { "befs" "cramfs" "efs" - "erofs" + # "erofs" # necessary for system.etc.overlay "exofs" "freevxfs" "f2fs" -- cgit v1.3.1