From 43765ca8d765cec6a87805f0b23deeffdf86aa22 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 28 Aug 2019 00:12:49 +0200 Subject: machines/profpatsch: add *all the* VM users --- machines/profpatsch/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch') 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"; -- cgit 1.4.1