about summary refs log tree commit diff
path: root/machines/profpatsch
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
parent495479bbd80ad946e5762c7c62d73e40c586e3c3 (diff)
machines/shiki: reenable virtualbox and fix group name
Diffstat (limited to 'machines/profpatsch')
-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;
 
     #######