diff options
author | Linnnus <[email protected]> | 2024-09-03 19:14:26 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-09-18 22:25:05 +0200 |
commit | 5a4a0326a41c067e3f265fe8d3d8fc15ee7b07e2 (patch) | |
tree | eae8d8e64200aa6e74076ba9652a4f18c3a03686 | |
parent | f5db24244eebfcb2dfdaf2531d8b51428c6719ff (diff) |
Allow unfree pkgs on all hosts
-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. # |