aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-16 16:57:40 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-16 16:57:40 -0600
commite7c83878a87355f30716fa0a91e128b1e21cc898 (patch)
tree1eea3b5e39b0b4ef582965d5f00c2fc1dee546e9 /modules
parent1abc71deb39bcac0843f6eae6efa12a79255f166 (diff)
fixed issue where system would break when booting because it couldn't mount the /etc overlay (kernel module for erofs missing)
Diffstat (limited to 'modules')
-rw-r--r--modules/boot/nixos/default.nix2
1 files changed, 1 insertions, 1 deletions
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"