diff --git a/boot.nix b/boot.nix new file mode 100644 index 0000000..e60236b --- /dev/null +++ b/boot.nix @@ -0,0 +1,7 @@ + {config, libs, pkgs, ....}: + { + boot.initrd.systemd.enable = true; + boot.plymouth.enable = true; + boot.kernelParams = ["quiet" "splash"]; + boot.consoleLogLevel = 0; + } \ No newline at end of file