about summary refs log tree commit diff
path: root/machines/profpatsch/lib.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-07-19 10:35:58 +0200
committerProfpatsch <mail@profpatsch.de>2021-07-19 10:37:56 +0200
commitd505c8fdfa2581bbdd7b88c341e2a587eb9f8112 (patch)
treecad57fc374d13a92ae2aee509755a7ef0d52d4c4 /machines/profpatsch/lib.nix
parent495479bbd80ad946e5762c7c62d73e40c586e3c3 (diff)
machines/shiki: reenable virtualbox and fix group name
Diffstat (limited to 'machines/profpatsch/lib.nix')
-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 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";