1

Disable link routable requirement

This commit is contained in:
2023-08-11 12:15:08 +02:00
parent 69794257e3
commit b4eee967f3
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,8 @@
linkConfig = {
# This corresponds to the [LINK] section
RequiredForOnline = "routable";
# RequiredForOnline = "routable";
RequiredForOnline = "no"; # Don't make nixos-rebuild wait for systemd-networkd-wait-online.service
};
};