truely silent boot has been achieved

This commit is contained in:
Gerg-L 2023-03-12 18:01:59 -04:00
parent 04f7e566b4
commit 5cd0f03cb3
5 changed files with 222 additions and 3 deletions

View file

@ -36,6 +36,10 @@ _: {config, ...}: {
devices = ["/dev/disk/by-id/nvme-SHPP41-500GM_SSB4N6719101A4N22"];
}
];
splashImage = null;
extraConfig = ''
GRUB_TIMEOUT_STYLE=hidden
'';
};
};
};