Machines/WinMax2: add boot debugging specialisation

This commit is contained in:
Toast 2025-01-09 09:43:01 +01:00
parent fb7b164a6c
commit 710e431dad

View file

@ -146,4 +146,13 @@
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
# system.copySystemConfiguration = true;
specialisation.bootDebug.configuration = {
boot.kernelParams = [
"systemd.debug-shell=1"
"systemd.log_level=debug"
"systemd.log_target=kmsg"
"log_buf_len=1M"
"printk.devkmsg=on"
];
};
}