Disable link routable requirement
This commit is contained in:
@ -29,7 +29,8 @@
|
|||||||
|
|
||||||
linkConfig = {
|
linkConfig = {
|
||||||
# This corresponds to the [LINK] section
|
# This corresponds to the [LINK] section
|
||||||
RequiredForOnline = "routable";
|
# RequiredForOnline = "routable";
|
||||||
|
RequiredForOnline = "no"; # Don't make nixos-rebuild wait for systemd-networkd-wait-online.service
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -69,6 +69,7 @@ in {
|
|||||||
useNetworkd = false; # Only use this if the configuration can't be written in systemd.network completely. It translates some of the networking... options to systemd
|
useNetworkd = false; # Only use this if the configuration can't be written in systemd.network completely. It translates some of the networking... options to systemd
|
||||||
# resolvconf.enable = true;
|
# resolvconf.enable = true;
|
||||||
|
|
||||||
|
# TODO
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = false; # Enables wireless support via wpa_supplicant.
|
enable = false; # Enables wireless support via wpa_supplicant.
|
||||||
iwd.enable = false; # Use iwd instead of NetworkManager
|
iwd.enable = false; # Use iwd instead of NetworkManager
|
||||||
|
Reference in New Issue
Block a user