about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/lib.nix2
-rw-r--r--machines/profpatsch/shiki.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/machines/profpatsch/lib.nix b/machines/profpatsch/lib.nix
index 80d800c7..09d5e6d6 100644
--- a/machines/profpatsch/lib.nix
+++ b/machines/profpatsch/lib.nix
@@ -6,7 +6,7 @@ rec {
 
   philip = rec {
     name = "philip";
-    extraGroups = [ "wheel" "networkmanager" "docker" "vboxuser" "libvirtd" ];
+    extraGroups = [ "wheel" "networkmanager" "docker" "vboxusers" "libvirtd" ];
     uid = 1000;
     createHome = true;
     home = "/home/philip";
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 9efcbb41..2cabac2e 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -375,7 +375,7 @@ in {
     programs.dconf.enable = true;
 
     virtualisation.docker.enable = true;
-    # virtualisation.virtualbox.host.enable = true;
+    virtualisation.virtualbox.host.enable = true;
     # virtualisation.libvirtd.enable = true;
 
     #######