This commit is contained in:
4DBug
2025-05-25 18:19:18 -05:00
parent c21d7821b7
commit 4ee9bd7aa2
10 changed files with 98 additions and 18 deletions

View File

@@ -2,18 +2,19 @@
{
systemd.services = {
NetworkManager-wait-online.enable = false;
systemd-udev-settle.enable = false;
#NetworkManager-wait-online.enable = false;
#systemd-udev-settle.enable = false;
};
services.journald.extraConfig = "Storage=volatile";
#services.journald.extraConfig = "Storage=volatile";
boot = {
kernelModules = [ "ext4" "ahci" "nvme" ];
kernelParams = [ "elevator=deadline" "quiet" ];
kernelParams = [ "fsck.mode=skip" ];
initrd.checkJournalingFS = false;
loader = {
timeout = 0;
#timeout = 0;
grub.splashImage = null;
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;