diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-04-19 19:07:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-04-19 19:07:28 +0200 |
commit | 053ff33bf9264e6a27c2a8a31fe211728b298797 (patch) | |
tree | 72f218ab12c74377f906dc432407c0330196cf5f /users | |
parent | 0a3f639369ecb2cf5224ffeb53d256bb5b749c5c (diff) | |
download | nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.tar nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.tar.gz nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.tar.bz2 nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.tar.xz nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.zip |
...
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 b1497470..704d9819 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" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd" "wireshark"]; | 4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd" "wireshark" "games"]; |
5 | group = "users"; | 5 | group = "users"; |
6 | uid = 1000; | 6 | uid = 1000; |
7 | createHome = true; | 7 | createHome = true; |