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 7cf00b89..9ae2c1d0 100644 --- a/users/gkleen/default.nix +++ b/users/gkleen/default.nix | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | users.users.${userName} = { | 7 | users.users.${userName} = { |
8 | description = "Gregor Kleen"; | 8 | description = "Gregor Kleen"; |
9 | extraGroups = [ "wheel" "networkmanager" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "libvirtd" "wireshark" "games"]; | 9 | extraGroups = [ "wheel" "networkmanager" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "libvirtd" "wireshark" "games" "webdav"]; |
10 | createHome = true; | 10 | createHome = true; |
11 | home = "/home/${userName}"; | 11 | home = "/home/${userName}"; |
12 | shell = "${pkgs.zsh}/bin/zsh"; | 12 | shell = "${pkgs.zsh}/bin/zsh"; |