feat: setup quiet boot parameter.
This commit is contained in:
parent
42b2ec74f5
commit
df78e73aa9
1 changed files with 1 additions and 0 deletions
|
|
@ -12,5 +12,6 @@
|
||||||
"vm.swappiness" = 10;
|
"vm.swappiness" = 10;
|
||||||
"kernel.nmi_watchdog" = 0;
|
"kernel.nmi_watchdog" = 0;
|
||||||
};
|
};
|
||||||
|
boot.kernelParams = ["quiet"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue