mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
updated boot settings
update pre-commit hook
This commit is contained in:
parent
4b19b9f711
commit
c8d102b945
6 changed files with 10 additions and 47 deletions
|
|
@ -42,7 +42,11 @@
|
|||
"vt.global_cursor_default=0"
|
||||
];
|
||||
consoleLogLevel = 3;
|
||||
initrd.verbose = false;
|
||||
initrd = {
|
||||
verbose = false;
|
||||
|
||||
systemd.enable = true;
|
||||
};
|
||||
plymouth = {
|
||||
enable = lib.mkDefault true;
|
||||
theme = "breeze";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue