From d505c8fdfa2581bbdd7b88c341e2a587eb9f8112 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 19 Jul 2021 10:35:58 +0200 Subject: machines/shiki: reenable virtualbox and fix group name --- machines/profpatsch/lib.nix | 2 +- machines/profpatsch/shiki.nix | 2 +- 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; ####### -- cgit 1.4.1