summaryrefslogtreecommitdiff
path: root/util/host.nix
diff options
context:
space:
mode:
Diffstat (limited to 'util/host.nix')
-rw-r--r--util/host.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/host.nix b/util/host.nix
index 786e460..da2c692 100644
--- a/util/host.nix
+++ b/util/host.nix
@@ -19,7 +19,10 @@
system.stateVersion = version;
networking.hostName = mkDefault name;
# enable non-free packages
- nixpkgs.config.allowUnfree = true;
+ nixpkgs.config = {
+ allowUnfree = true;
+ allowUnsupportedSystem = true;
+ };
# Enable nix flakes
nix = {