1

Modules/Network: Reenable networkmanager-wait-online service

This commit is contained in:
2025-07-18 19:57:34 +02:00
parent 249367f436
commit c553a1c4b7
2 changed files with 4 additions and 3 deletions

View File

@ -104,7 +104,7 @@ in {
};
};
# We don't need this, the nfs mounts should retry until online
systemd.services.NetworkManager-wait-online.enable = false;
# We need this (sadly), otherwise the nfs mounts don't work
systemd.services.NetworkManager-wait-online.enable = true;
};
}