diff options
Diffstat (limited to 'sif.nix')
-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 | ||