steveej-laptop: libvirt and nix from nixos-unstable

This commit is contained in:
steveej 2018-09-16 18:28:38 +02:00
parent 66a963a210
commit 25c215ebcc
2 changed files with 4 additions and 1 deletions

View file

@ -23,7 +23,7 @@ rec {
nix.daemonNiceLevel = 19;
nix.daemonIONiceLevel = 7;
nix.package = pkgs.nixUnstable;
nix.package = unstablepkgs.nixStable;
nix.useSandbox = true;