diff options
author | Alan Pearce | 2024-05-18 15:00:15 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 19:04:50 +0200 |
commit | 67de7a4fcd5eef3dd595805f87e25dd7e1ea9c94 (patch) | |
tree | bb52dfaa97366bd7142f05238f08db38378224b0 /system/settings/services | |
parent | cb754c97d469796cfe7019f6ec036f4a60ffc27d (diff) | |
download | nixfiles-67de7a4fcd5eef3dd595805f87e25dd7e1ea9c94.tar.lz nixfiles-67de7a4fcd5eef3dd595805f87e25dd7e1ea9c94.tar.zst nixfiles-67de7a4fcd5eef3dd595805f87e25dd7e1ea9c94.zip |
update virtualisation settings
Diffstat (limited to 'system/settings/services')
-rw-r--r-- | system/settings/services/virtualisation.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/settings/services/virtualisation.nix b/system/settings/services/virtualisation.nix index dbe041c7..172dfcec 100644 --- a/system/settings/services/virtualisation.nix +++ b/system/settings/services/virtualisation.nix @@ -12,9 +12,11 @@ runAsRoot = false; }; }; + programs.virt-manager = { + enable = true; + }; environment.systemPackages = with pkgs; [ - virt-manager OVMF ]; } |