From 8dd3e94015f6b4ba7da5ec68a00967ea6c988b68 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Mar 2019 17:53:56 +0800 Subject: [PATCH] enable libvirtd --- nixbld-etc-nixos/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 8a8a347..70be825 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -35,7 +35,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ wget vim git file lm_sensors acpi psmisc xc3sprog telnet whois zip unzip yosys symbiyosys yices z3 boolector cvc4 - irssi tmux adoptopenjdk-openj9-bin-11 tightvnc icewm xterm xorg.xsetroot usbutils + irssi tmux adoptopenjdk-openj9-bin-11 tightvnc icewm xterm xorg.xsetroot usbutils virtmanager ]; # Some programs need SUID wrappers, can be configured further or are @@ -150,6 +150,8 @@ ACTION=="add", SUBSYSTEM=="tty", \ nix.sandboxPaths = ["/opt"]; nix.maxJobs = 4; + virtualisation.libvirtd.enable = true; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you