feat(profiles/base): disable network-manager-wait-online because it's so anoying

This commit is contained in:
Luj 2024-11-25 22:15:17 +01:00
parent 1fa01d0f7d
commit 8eda741209

View file

@ -45,6 +45,7 @@
programs.gnupg.agent.enable = true;
networking.firewall.enable = true;
systemd.services.NetworkManager-wait-online.enable = false;
environment.systemPackages = with pkgs; [
neovim