From 5a4a0326a41c067e3f265fe8d3d8fc15ee7b07e2 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 3 Sep 2024 19:14:26 +0200 Subject: Allow unfree pkgs on all hosts --- hosts/common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/common.nix') diff --git a/hosts/common.nix b/hosts/common.nix index fec163d..6a2bb4b 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -18,6 +18,9 @@ (final: prev: {unstable = flakeInputs.nixpkgs-unstable.legacyPackages.${pkgs.system};}) ]; + # I'm not *that* vegan. + nixpkgs.config.allowUnfree = true; + # Use overlays from this repo for building system configuration as well as # system-wide. # -- cgit v1.2.3