summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-07-22 23:52:54 +0000
committervolth <volth@volth.com>2018-07-23 00:12:23 +0000
commit92b3e8f147462e5716d67f24578c2d92ff1deee7 (patch)
treec06d634cc49c6e9aa8d99225d6c06f9bb8c73d88 /nixos/modules/virtualisation
parent18d0ed20e8a7a99fcbf05ce79439c00238ee1d44 (diff)
downloadnixlib-92b3e8f147462e5716d67f24578c2d92ff1deee7.tar
nixlib-92b3e8f147462e5716d67f24578c2d92ff1deee7.tar.gz
nixlib-92b3e8f147462e5716d67f24578c2d92ff1deee7.tar.bz2
nixlib-92b3e8f147462e5716d67f24578c2d92ff1deee7.tar.lz
nixlib-92b3e8f147462e5716d67f24578c2d92ff1deee7.tar.xz
nixlib-92b3e8f147462e5716d67f24578c2d92ff1deee7.tar.zst
nixlib-92b3e8f147462e5716d67f24578c2d92ff1deee7.zip
fix build with allowAliases=false
Diffstat (limited to 'nixos/modules/virtualisation')
-rw-r--r--nixos/modules/virtualisation/libvirtd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix
index 87409db4320c..3d002bc22329 100644
--- a/nixos/modules/virtualisation/libvirtd.nix
+++ b/nixos/modules/virtualisation/libvirtd.nix
@@ -104,7 +104,7 @@ in {
 
   config = mkIf cfg.enable {
 
-    environment.systemPackages = with pkgs; [ libvirt netcat-openbsd cfg.qemuPackage ];
+    environment.systemPackages = with pkgs; [ libvirt libressl.nc cfg.qemuPackage ];
 
     boot.kernelModules = [ "tun" ];