mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Disable networkmanager wait online
This commit is contained in:
parent
d9edc82456
commit
e52335e5f7
2 changed files with 4 additions and 1 deletions
|
@ -7,5 +7,5 @@ lib: {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = { enable = false; };
|
disabled = { enable = lib.mkForce false; };
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,5 +15,8 @@ in systemConfiguration {
|
||||||
useRoutingFeatures = "both";
|
useRoutingFeatures = "both";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Breaks with tailscale.
|
||||||
|
systemd.services.NetworkManager-wait-online = disabled;
|
||||||
|
|
||||||
networking.firewall.trustedInterfaces = [ interface ];
|
networking.firewall.trustedInterfaces = [ interface ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue