1

Modules/Network: Disable networkmanager-wait-online service

This commit is contained in:
2025-07-18 19:24:05 +02:00
parent 74e2bf0955
commit 249367f436

View File

@ -103,5 +103,8 @@ in {
inherit (cfg) allowedTCPPorts allowedUDPPorts;
};
};
# We don't need this, the nfs mounts should retry until online
systemd.services.NetworkManager-wait-online.enable = false;
};
}