mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix silent boot and remove extra zfs stuff
This commit is contained in:
parent
d493b989cd
commit
f872b7f9d2
2 changed files with 4 additions and 16 deletions
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
boot = {
|
||||
blacklistedKernelModules = [ "pcspkr" ];
|
||||
kernelParams = lib.mkAfter [
|
||||
kernelParams = lib.mkBefore [
|
||||
"acpi_call"
|
||||
"pti=auto"
|
||||
"randomize_kstack_offset=on"
|
||||
|
|
@ -36,10 +36,10 @@
|
|||
"logo.nologo"
|
||||
"fbcon=nodefer"
|
||||
"bgrt_disable"
|
||||
"systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"vt.global_cursor_default=0"
|
||||
"quiet"
|
||||
"systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"splash"
|
||||
];
|
||||
consoleLogLevel = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue