This commit is contained in:
Hadi
2024-09-04 21:24:51 +02:00
parent da2aab6f76
commit cc8d0ddca3
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{
networking.networkmanager.enable = true;
systemd.services.NetworkManager-wait-online.enable = false;
}