summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xu-qemu0.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-13 20:16:50 +0100
committertv <tv@krebsco.de>2016-02-13 20:16:58 +0100
commit0bb63de57d48bb79518815a0ee1c5c4eea0f342c (patch)
treeae35e055822ec43ebfb0a3ca454f17109b75dda6 /tv/2configs/xu-qemu0.nix
parent026d8cb2eb6e7479a75eb3bf170c67a103d0197a (diff)
xu-qemu0: disable services.resolved
Diffstat (limited to 'tv/2configs/xu-qemu0.nix')
-rw-r--r--tv/2configs/xu-qemu0.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/xu-qemu0.nix b/tv/2configs/xu-qemu0.nix
index bc108b4..205b1c0 100644
--- a/tv/2configs/xu-qemu0.nix
+++ b/tv/2configs/xu-qemu0.nix
@@ -40,6 +40,7 @@ with lib;
#};
systemd.network.enable = true;
+ services.resolved.enable = mkForce false;
systemd.network.netdevs.qemubr0 = {
netdevConfig = {