Modules/Network: Disable networkmanager-wait-online service
This commit is contained in:
@ -103,5 +103,8 @@ in {
|
|||||||
inherit (cfg) allowedTCPPorts allowedUDPPorts;
|
inherit (cfg) allowedTCPPorts allowedUDPPorts;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# We don't need this, the nfs mounts should retry until online
|
||||||
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user