diff options
author | tv <tv@krebsco.de> | 2016-02-17 23:23:13 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-17 23:23:13 +0100 |
commit | 369c6653872e361d95422bddbd384a3e33e64661 (patch) | |
tree | e209c0a285eab94a311f336fc01183744aaed03e /tv/2configs | |
parent | 5fdf654a06df16c100d2509ea9476cd6b7cf39ab (diff) |
xu-qemu0: disable systemd-networkd-wait-online
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/xu-qemu0.nix | 2 |
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; |