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