fix build with allowAliases=false

This commit is contained in:
volth
2018-07-23 00:12:23 +00:00
parent 18d0ed20e8
commit 92b3e8f147
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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" ];