Disable NetworkManager-wait-online on desktops

This commit is contained in:
Jordan Holt 2024-04-14 19:21:52 +01:00
parent 69bbc41c39
commit 479f4d9eda
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -30,6 +30,8 @@
randomizedDelaySec = "10min";
};
systemd.services.NetworkManager-wait-online.enable = false;
modules = {
desktop.gnome.enable = true;
networking.tailscale.enable = true;