microlith: fix networkd/NM attempts at waiting for network connectivity

main
Robert Gerus 2023-10-20 12:31:33 +02:00 committed by Ari Gato
parent 92df320bed
commit 9596fd3f03
1 changed files with 7 additions and 0 deletions

View File

@ -18,4 +18,11 @@
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
networking.firewall.allowedTCPPorts = [ 8000 8080 ]; networking.firewall.allowedTCPPorts = [ 8000 8080 ];
systemd.network.wait-online.enable = false;
systemd.services.NetworkManager-wait-online.serviceConfig.ExecStart = lib.mkForce [
""
"${pkgs.networkmanager}/bin/nm-online"
];
} }