diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/doretta/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/machines/doretta/configuration.nix b/machines/doretta/configuration.nix index e911cf3..cee39ed 100644 --- a/machines/doretta/configuration.nix +++ b/machines/doretta/configuration.nix @@ -16,6 +16,10 @@ networking.hostName = "doretta"; # Define your hostname. + virtualisation.libvirtd = { + enable = true; + }; + # Set your time zone. time.timeZone = "US/Mountain"; @@ -43,7 +47,6 @@ environment.systemPackages = with pkgs; [ qemu - libvirt ]; # Some programs need SUID wrappers, can be configured further or are |
