mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
truely silent boot has been achieved
This commit is contained in:
parent
04f7e566b4
commit
5cd0f03cb3
5 changed files with 222 additions and 3 deletions
|
|
@ -36,6 +36,10 @@ _: {config, ...}: {
|
|||
devices = ["/dev/disk/by-id/nvme-SHPP41-500GM_SSB4N6719101A4N22"];
|
||||
}
|
||||
];
|
||||
splashImage = null;
|
||||
extraConfig = ''
|
||||
GRUB_TIMEOUT_STYLE=hidden
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue