Remove global allowUnfree

This commit is contained in:
Charlotte Van Petegem 2020-12-05 21:29:43 +01:00
parent 9fdec35027
commit 9d943cf1b4
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -15,7 +15,6 @@
version-suffix = nixpkgs.rev or (builtins.toString nixpkgs.lastModified);
pkgsFor = system: import nixpkgs {
inherit system;
config = { allowUnfree = true; };
};
mkSystem = system: hostname: nixpkgs.lib.nixosSystem {
inherit system;