summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-17 23:23:13 +0100
committertv <tv@krebsco.de>2016-02-17 23:23:13 +0100
commit369c6653872e361d95422bddbd384a3e33e64661 (patch)
treee209c0a285eab94a311f336fc01183744aaed03e /tv
parent5fdf654a06df16c100d2509ea9476cd6b7cf39ab (diff)
xu-qemu0: disable systemd-networkd-wait-online
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/xu-qemu0.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/xu-qemu0.nix b/tv/2configs/xu-qemu0.nix
index 720a8ac..2b67a8b 100644
--- a/tv/2configs/xu-qemu0.nix
+++ b/tv/2configs/xu-qemu0.nix
@@ -27,6 +27,8 @@ with config.krebs.lib;
networking.dhcpcd.denyInterfaces = [ "qemubr0" ];
systemd.network.enable = true;
+ systemd.services.systemd-networkd-wait-online.enable = false;
+
services.resolved.enable = mkForce false;
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;