diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 15e3537..318f6fc 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -23,7 +23,10 @@ nix.settings.trusted-users = [ "dennis" ]; - nixpkgs.config.allowUnfree = true; + nixpkgs.config = { + allowUnfree = true; + allowUnsupportedSystem = true; + }; # System Packages environment.systemPackages = with pkgs; [