summaryrefslogtreecommitdiff
path: root/hosts/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common.nix')
-rw-r--r--hosts/common.nix3
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.
#