This commit is contained in:
ediblerope 2026-03-28 15:28:37 +00:00 committed by GitHub
parent 640ac96ece
commit 5c96b6fa02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 67 additions and 34 deletions

View file

@ -44,7 +44,6 @@
#############################################################################
# Make boot time quicker
boot.loader.timeout = 5;
boot.loader.systemd-boot.configurationLimit = 5;
systemd.services.NetworkManager-wait-online.enable = false;
systemd.services.systemd-udev-settle.enable = false;
systemd.services.firewall = {
@ -52,7 +51,6 @@
after = [ "multi-user.target" ];
};
boot.initrd.systemd.enable = true;
boot.initrd.verbose = false;
#############################################################################