summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-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