nixos/tower: Fix networkd wait-online

This commit is contained in:
Jack O'Sullivan 2023-02-01 13:12:06 +00:00
parent 250bd96f08
commit f84f97dc06

View File

@ -136,11 +136,8 @@
}; };
systemd = { systemd = {
services = {
systemd-networkd-wait-online.enable = false;
};
network = { network = {
wait-online.enable = false;
links = { links = {
"10-wifi" = { "10-wifi" = {
matchConfig.MACAddress = "8c:f8:c5:55:96:1e"; matchConfig.MACAddress = "8c:f8:c5:55:96:1e";