diff options
m--------- | nixpkgs | 0 | ||||
-rw-r--r-- | ullr.nix | 1 | ||||
-rw-r--r-- | users/gkleen.nix | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/nixpkgs b/nixpkgs | |||
Subproject 721d626cd88849445cb70bb7a4c1d6dafa0fc12 | Subproject b1e9eee219627d33466b475b16cb33b3c24ea91 | ||
@@ -86,6 +86,7 @@ | |||
86 | whitelist = ["ndxsbvrt" "BoeseMilch"]; | 86 | whitelist = ["ndxsbvrt" "BoeseMilch"]; |
87 | dynamicMods = true; | 87 | dynamicMods = true; |
88 | }; | 88 | }; |
89 | users.groups."games" = {}; | ||
89 | 90 | ||
90 | # This value determines the NixOS release from which the default | 91 | # This value determines the NixOS release from which the default |
91 | # settings for stateful data, like file locations and database versions | 92 | # settings for stateful data, like file locations and database versions |
diff --git a/users/gkleen.nix b/users/gkleen.nix index b1497470..704d9819 100644 --- a/users/gkleen.nix +++ b/users/gkleen.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | name = "gkleen"; | 2 | name = "gkleen"; |
3 | description = "Gregor Kleen"; | 3 | description = "Gregor Kleen"; |
4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd" "wireshark"]; | 4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd" "wireshark" "games"]; |
5 | group = "users"; | 5 | group = "users"; |
6 | uid = 1000; | 6 | uid = 1000; |
7 | createHome = true; | 7 | createHome = true; |