From 053ff33bf9264e6a27c2a8a31fe211728b298797 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 19 Apr 2020 19:07:28 +0200 Subject: ... --- nixpkgs | 2 +- ullr.nix | 1 + users/gkleen.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nixpkgs b/nixpkgs index 721d626c..b1e9eee2 160000 --- a/nixpkgs +++ b/nixpkgs @@ -1 +1 @@ -Subproject commit 721d626cd88849445cb70bb7a4c1d6dafa0fc125 +Subproject commit b1e9eee219627d33466b475b16cb33b3c24ea91c diff --git a/ullr.nix b/ullr.nix index bad06084..923b8640 100644 --- a/ullr.nix +++ b/ullr.nix @@ -86,6 +86,7 @@ whitelist = ["ndxsbvrt" "BoeseMilch"]; dynamicMods = true; }; + users.groups."games" = {}; # This value determines the NixOS release from which the default # 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 @@ { name = "gkleen"; description = "Gregor Kleen"; - extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd" "wireshark"]; + extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd" "wireshark" "games"]; group = "users"; uid = 1000; createHome = true; -- cgit v1.2.3