about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/lib.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/lib.nix b/machines/profpatsch/lib.nix
index d3cb9500..ae730824 100644
--- a/machines/profpatsch/lib.nix
+++ b/machines/profpatsch/lib.nix
@@ -6,7 +6,7 @@ rec {
 
   philip = rec {
     name = "philip";
-    extraGroups = [ "wheel" "networkmanager" "docker" ];
+    extraGroups = [ "wheel" "networkmanager" "docker" "vboxuser" "libvirtd" ];
     uid = 1000;
     createHome = true;
     home = "/home/philip";