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