diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-25 22:19:13 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-25 22:19:13 +0200 |
commit | 4c62c988459d2ab5f6d1d55b5efb4bda3374f220 (patch) | |
tree | 45c7bd7e7e1fd18b7c9d81271366ad8d6badac29 /users | |
parent | db16fced93765ead6b712658ccb0f77e1abfc816 (diff) | |
download | nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.tar nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.tar.gz nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.tar.bz2 nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.tar.xz nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.zip |
docker → virtualbox
Diffstat (limited to 'users')
-rw-r--r-- | users/gkleen.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen.nix b/users/gkleen.nix index e36feb85..648f4ab1 100644 --- a/users/gkleen.nix +++ b/users/gkleen.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | name = "gkleen"; | 2 | name = "gkleen"; |
3 | description = "Gregor Kleen"; | 3 | description = "Gregor Kleen"; |
4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "xmpp" "mail" "ssh" "docker" ]; | 4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "xmpp" "mail" "ssh" "vboxusers" ]; |
5 | group = "users"; | 5 | group = "users"; |
6 | uid = 1000; | 6 | uid = 1000; |
7 | createHome = true; | 7 | createHome = true; |