diff --git a/configuration/options.nix b/configuration/options.nix index 31842627bb50..c8a2f07df01f 100644 --- a/configuration/options.nix +++ b/configuration/options.nix @@ -62,6 +62,37 @@ } + { + name = ["boot" "kernelParams"]; + default = [ + "selinux=0" + "apm=on" + "acpi=on" + "vga=0x317" + "console=tty1" + "splash=verbose" + ]; + description = " + The kernel parameters. If you want to add additional + parameters, it's best to set +