about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-08-28 00:12:49 +0200
committerProfpatsch <mail@profpatsch.de>2019-08-28 00:12:49 +0200
commit43765ca8d765cec6a87805f0b23deeffdf86aa22 (patch)
tree892cd77577bb7a32cf5fc8f1b849372ff1608c84 /machines
parentb885921ba46898f1c54b5b4b4d0be9a4b1ba34c7 (diff)
machines/profpatsch: add *all the* VM users
Diffstat (limited to 'machines')
-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";