diff options
Diffstat (limited to 'users/gkleen/default.nix')
-rw-r--r-- | users/gkleen/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/gkleen/default.nix b/users/gkleen/default.nix index c5ec7025..7cf00b89 100644 --- a/users/gkleen/default.nix +++ b/users/gkleen/default.nix | |||
@@ -7,8 +7,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"]; |
10 | group = "users"; | ||
11 | uid = 1000; | ||
12 | createHome = true; | 10 | createHome = true; |
13 | home = "/home/${userName}"; | 11 | home = "/home/${userName}"; |
14 | shell = "${pkgs.zsh}/bin/zsh"; | 12 | shell = "${pkgs.zsh}/bin/zsh"; |