Reduced grub timeout

This commit is contained in:
2026-04-08 11:58:45 +02:00
parent edce95ef37
commit a748ab837b

View File

@@ -37,7 +37,7 @@
"systemd.show_status=auto"
];
loader.timeout = lib.mkForce 5;
loader.timeout = lib.mkForce 1;
};
networking.networkmanager.enable = true;