diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-06 01:25:04 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-06 01:25:04 +0000 |
| commit | 9a2c0dfff8bfbde84f6739cc39935029b6ddefd3 (patch) | |
| tree | 39bb8cf9d68d1282461836e67d5c7a3d5db8a6e2 /machines/doretta | |
| parent | d72eeae5b42165ab97e2f12cee6aeab008b898c1 (diff) | |
| parent | 7b1b713faf2e7bb3f6e505f5ed9889d380e1163e (diff) | |
merge
Diffstat (limited to 'machines/doretta')
| -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 |
