summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-07-23 19:25:28 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2020-07-23 19:25:28 +0200
commit7b1968ce7ebaefec501bd30170f83c3e38408a5e (patch)
tree508cad1fc55a00fef7bd1764b1a699d1d8caaba7
parent947973a534f2b197c1b210e5127f82638eb05536 (diff)
downloadnixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.tar
nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.tar.gz
nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.tar.bz2
nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.tar.xz
nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.zip
qemu on sif
-rw-r--r--sif.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index 8391e825..b4b5c14c 100644
--- a/sif.nix
+++ b/sif.nix
@@ -563,6 +563,10 @@
563 wireshark.enable = true; 563 wireshark.enable = true;
564 }; 564 };
565 565
566 virtualisation.libvirtd = {
567 enable = true;
568 };
569
566 system.stateVersion = "20.03"; # Did you read the comment? 570 system.stateVersion = "20.03"; # Did you read the comment?
567} 571}
568 572