diff options
-rw-r--r-- | hosts/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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. # |