diff options
Diffstat (limited to 'users/gkleen.nix')
-rw-r--r-- | users/gkleen.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/users/gkleen.nix b/users/gkleen.nix index 1d33f2cf..8dc4c422 100644 --- a/users/gkleen.nix +++ b/users/gkleen.nix | |||
@@ -1,9 +1,7 @@ | |||
1 | { pkgs, config, lib, ... } | ||
2 | |||
3 | { | 1 | { |
4 | name = "gkleen"; | 2 | name = "gkleen"; |
5 | description = "Gregor Kleen"; | 3 | description = "Gregor Kleen"; |
6 | extraGroups = [ "wheel" "wlan" "lp" "dialout" "audio" ] + (if config.networking.hostname == "ymir" then ["xmpp"] else []); | 4 | extraGroups = [ "wheel" "wlan" "lp" "dialout" "audio" "xmpp" ]; |
7 | group = "users"; | 5 | group = "users"; |
8 | uid = 1000; | 6 | uid = 1000; |
9 | createHome = true; | 7 | createHome = true; |