[NixOS] Disable quietboot on nixos
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
boot.plymouth = {
|
||||
enable = false;
|
||||
};
|
||||
boot.kernelParams = [ "quiet" ];
|
||||
|
||||
services.autorandr = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user