summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-04-19 19:07:28 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2020-04-19 19:07:28 +0200
commit053ff33bf9264e6a27c2a8a31fe211728b298797 (patch)
tree72f218ab12c74377f906dc432407c0330196cf5f
parent0a3f639369ecb2cf5224ffeb53d256bb5b749c5c (diff)
downloadnixos-053ff33bf9264e6a27c2a8a31fe211728b298797.tar
nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.tar.gz
nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.tar.bz2
nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.tar.xz
nixos-053ff33bf9264e6a27c2a8a31fe211728b298797.zip
...
m---------nixpkgs0
-rw-r--r--ullr.nix1
-rw-r--r--users/gkleen.nix2
3 files changed, 2 insertions, 1 deletions
diff --git a/nixpkgs b/nixpkgs
Subproject 721d626cd88849445cb70bb7a4c1d6dafa0fc12 Subproject b1e9eee219627d33466b475b16cb33b3c24ea91
diff --git a/ullr.nix b/ullr.nix
index bad06084..923b8640 100644
--- a/ullr.nix
+++ b/ullr.nix
@@ -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;