From 05c312c630f311c7ca6f2ab0e2e1a660c508b434 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 31 Aug 2016 17:41:58 +0200 Subject: [PATCH] sj-laptop: disable xen with libvirt --- configuration/steveej-laptop/pkg.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/configuration/steveej-laptop/pkg.nix b/configuration/steveej-laptop/pkg.nix index 02a009d..263f2eb 100644 --- a/configuration/steveej-laptop/pkg.nix +++ b/configuration/steveej-laptop/pkg.nix @@ -46,7 +46,15 @@ in }) pkgs.linuxPackages_latest ); + libvirt = pkgs.libvirt.override { + xen = null; + }; + libvirt-glib = pkgs.libvirt-glib.override { + xen = null; + }; + }; + allowUnfree = true; chromium = { @@ -68,11 +76,6 @@ in plugins = [ pkgs.keepass-keefox ]; }; -# TODO: implement support for this -# libvirt = { -# xenSupport = false; -# }; - }; imports =