Skip to content

Commit

Permalink
Debug kernel forcefully disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 14, 2024
1 parent 530cd69 commit 91af043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/boot-kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
# Disable miscellaneous filesystem
MISC_FILESYSTEMS = unset;
# Disable kernel debugging
DEBUG_KERNEL = unset;
DEBUG_KERNEL = lib.mkForce unset;
};
}
];
Expand Down

0 comments on commit 91af043

Please sign in to comment.