More networking debugging

This commit is contained in:
Random936
2024-11-03 20:59:00 -08:00
parent 2971a7c1fb
commit 3e15342e68
3 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{ ip_address, hostname, open_ports }:
{ ip_address, hostname, open_ports, lib }:
{
# Configure hostname.
networking.hostName = hostname;
@@ -8,7 +8,7 @@
networking.useNetworkd= true;
# Bug fix
systemd.services.systemd-networkd-wait-online.enable = false;
systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;
networking.defaultGateway = {
address = ip_address;