fuuko: Only wait for eno1 to be online

Otherwise it waits 120 seconds for eno2 to be online.
pull/64/head
Simon Bruder 2022-05-31 14:43:15 +02:00
parent 3e82450879
commit a68f13967c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

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