fuuko: Only wait for eno1 to be online

Otherwise it waits 120 seconds for eno2 to be online.
This commit is contained in:
Simon Bruder 2022-05-31 14:43:15 +02:00
parent 3e82450879
commit a68f13967c
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -95,4 +95,6 @@
};
};
services.resolved.enable = false;
systemd.network.wait-online.extraArgs = [ "-i" "eno1" ];
}