[NixOS] Disable quietboot on nixos

This commit is contained in:
Ivan Malison 2023-08-28 14:32:34 -06:00
parent e09ad8153b
commit f9885ab3b1

View File

@ -22,7 +22,6 @@
boot.plymouth = { boot.plymouth = {
enable = false; enable = false;
}; };
boot.kernelParams = [ "quiet" ];
services.autorandr = { services.autorandr = {
enable = true; enable = true;