diff options
Diffstat (limited to 'users')
| -rw-r--r-- | users/gkleen/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen/default.nix b/users/gkleen/default.nix index 9f606ea4..9aa3b632 100644 --- a/users/gkleen/default.nix +++ b/users/gkleen/default.nix | |||
| @@ -8,7 +8,7 @@ in { | |||
| 8 | 8 | ||
| 9 | users.users.${userName} = { | 9 | users.users.${userName} = { |
| 10 | description = "Gregor Kleen"; | 10 | description = "Gregor Kleen"; |
| 11 | extraGroups = [ "wheel" "networkmanager" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "libvirtd" "wireshark" "games" "webdav"]; | 11 | extraGroups = [ "users" "wheel" "networkmanager" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "libvirtd" "wireshark" "games" "webdav"]; |
| 12 | createHome = true; | 12 | createHome = true; |
| 13 | home = "/home/${userName}"; | 13 | home = "/home/${userName}"; |
| 14 | shell = "${pkgs.zsh}/bin/zsh"; | 14 | shell = "${pkgs.zsh}/bin/zsh"; |
