aboutsummaryrefslogtreecommitdiffstats
path: root/nixos/virt-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/virt-manager.nix')
-rw-r--r--nixos/virt-manager.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/virt-manager.nix b/nixos/virt-manager.nix
new file mode 100644
index 0000000..fe4b5ed
--- /dev/null
+++ b/nixos/virt-manager.nix
@@ -0,0 +1,6 @@
+{
+ virtualisation.libvirtd.enable = true;
+ programs.virt-manager.enable = true;
+
+ users.users.grm.extraGroups = ["libvirtd"];
+}