summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xu-qemu0.nix
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
commitf5d0b2a4020b3bd5150f9861fb27a7faaddbd0b9 (patch)
treed55f3656a3bd4c9bef798c5ea8b55f2071fe30a0 /tv/2configs/xu-qemu0.nix
parent38cc636c8c1b8d95579ad9a980b29b494f383779 (diff)
xu-qemu0: disable systemd-networkd-wait-online
Diffstat (limited to 'tv/2configs/xu-qemu0.nix')
-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 720a8acd..2b67a8b8 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;