diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-07-23 19:25:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-07-23 19:25:28 +0200 |
commit | 7b1968ce7ebaefec501bd30170f83c3e38408a5e (patch) | |
tree | 508cad1fc55a00fef7bd1764b1a699d1d8caaba7 | |
parent | 947973a534f2b197c1b210e5127f82638eb05536 (diff) | |
download | nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.tar nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.tar.gz nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.tar.bz2 nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.tar.xz nixos-7b1968ce7ebaefec501bd30170f83c3e38408a5e.zip |
qemu on sif
-rw-r--r-- | sif.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||