diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:52:45 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:52:45 +0100 |
| commit | da0c7853c842963a99afb5123785147717db1b17 (patch) | |
| tree | 097072790af60f5925ba4e411af210923cdb44c7 /users | |
| parent | eba59ad69607c8132317b986fed2403502dc646f (diff) | |
| download | nixos-da0c7853c842963a99afb5123785147717db1b17.tar nixos-da0c7853c842963a99afb5123785147717db1b17.tar.gz nixos-da0c7853c842963a99afb5123785147717db1b17.tar.bz2 nixos-da0c7853c842963a99afb5123785147717db1b17.tar.xz nixos-da0c7853c842963a99afb5123785147717db1b17.zip | |
...
Diffstat (limited to 'users')
| -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; |
