diff --git a/flake.nix b/flake.nix index e886b75..55ae63b 100644 --- a/flake.nix +++ b/flake.nix @@ -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