Update common.nix

This commit is contained in:
ediblerope 2026-03-16 10:31:51 +00:00 committed by GitHub
parent f2ada3b7bb
commit 793ef75354
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,8 @@ in
#############################################################################
# Make boot time quicker
boot.loader.timeout = 0;
boot.loader.timeout = 1;
boot.loader.systemd-boot.configurationLimit = 5;
systemd.services.NetworkManager-wait-online.enable = false;
systemd.services.systemd-udev-settle.enable = false;
systemd.services.firewall = {