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 | f5d0b2a4020b3bd5150f9861fb27a7faaddbd0b9 (patch) | |
tree | d55f3656a3bd4c9bef798c5ea8b55f2071fe30a0 /tv/2configs | |
parent | 38cc636c8c1b8d95579ad9a980b29b494f383779 (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 720a8acd8..2b67a8b84 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; |