summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-04-19 19:08:31 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2020-04-19 19:08:31 +0200
commit0dc238ea4427d043372a60b26917051594a4c4ca (patch)
treebff841ec53a4cec430da474929e4b2bd629f8f8c
parentda77a8f260b688a47519c4d43eb442aff3af7780 (diff)
downloadnixos-0dc238ea4427d043372a60b26917051594a4c4ca.tar
nixos-0dc238ea4427d043372a60b26917051594a4c4ca.tar.gz
nixos-0dc238ea4427d043372a60b26917051594a4c4ca.tar.bz2
nixos-0dc238ea4427d043372a60b26917051594a4c4ca.tar.xz
nixos-0dc238ea4427d043372a60b26917051594a4c4ca.zip
...
-rw-r--r--ullr.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ullr.nix b/ullr.nix
index f5abdc64..71c5ee23 100644
--- a/ullr.nix
+++ b/ullr.nix
@@ -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