system: Allow unfree packages

This commit is contained in:
Alexander Kobjolke 2021-11-16 17:28:04 +01:00
parent c36a5fa11a
commit f85c532503

View file

@ -20,9 +20,17 @@
};
outputs = { self, hm, nixpkgs, agenix, ... }@inputs: {
inherit self inputs;
nixpkgs.config.allowUnfree = true; #Predicate = pkg: builtins.elem (nixpkgs.lib.getName pkg) [ "dropbox" ];
nixosConfigurations."thrall" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
({
nixpkgs = {
config.allowUnfree = true;
};
})
inputs.snm.nixosModule
./modules/security.nix
./hosts/thrall