diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-04-19 19:08:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-04-19 19:08:31 +0200 |
commit | 0dc238ea4427d043372a60b26917051594a4c4ca (patch) | |
tree | bff841ec53a4cec430da474929e4b2bd629f8f8c | |
parent | da77a8f260b688a47519c4d43eb442aff3af7780 (diff) | |
download | nixos-0dc238ea4427d043372a60b26917051594a4c4ca.tar nixos-0dc238ea4427d043372a60b26917051594a4c4ca.tar.gz nixos-0dc238ea4427d043372a60b26917051594a4c4ca.tar.bz2 nixos-0dc238ea4427d043372a60b26917051594a4c4ca.tar.xz nixos-0dc238ea4427d043372a60b26917051594a4c4ca.zip |
...
-rw-r--r-- | ullr.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ | |||
87 | dynamicMods = true; | 87 | dynamicMods = true; |
88 | }; | 88 | }; |
89 | users.groups."games" = {}; | 89 | users.groups."games" = {}; |
90 | nixpkgs.config.allowUnfree = true; | ||
90 | 91 | ||
91 | # This value determines the NixOS release from which the default | 92 | # This value determines the NixOS release from which the default |
92 | # settings for stateful data, like file locations and database versions | 93 | # settings for stateful data, like file locations and database versions |