sj-laptop: disable xen with libvirt
This commit is contained in:
parent
0b30d0a116
commit
05c312c630
1 changed files with 8 additions and 5 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue