configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: unfree

+5
+5
flake.nix
··· 33 33 pkgs = import nixpkgs { 34 34 system = "aarch64-darwin"; 35 35 overlays = overlays; 36 + config.allowUnfree = true; 36 37 }; 37 38 specialArgs = {inherit overlays;}; 38 39 modules = [ ··· 50 51 pkgs = import nixpkgs { 51 52 system = "aarch64-darwin"; 52 53 overlays = overlays; 54 + config.allowUnfree = true; 53 55 }; 54 56 specialArgs = {inherit overlays;}; 55 57 modules = [ ··· 69 71 pkgs = import nixpkgs { 70 72 system = "x86_64-linux"; 71 73 overlays = overlays; 74 + config.allowUnfree = true; 72 75 }; 73 76 specialArgs = {inherit overlays;}; 74 77 modules = [ ··· 84 87 pkgs = import nixpkgs { 85 88 system = "x86_64-linux"; 86 89 overlays = overlays; 90 + config.allowUnfree = true; 87 91 }; 88 92 specialArgs = {inherit overlays;}; 89 93 modules = [ ··· 102 106 pkgs = import nixpkgs { 103 107 system = "x86_64-linux"; 104 108 overlays = overlays; 109 + config.allowUnfree = true; 105 110 }; 106 111 specialArgs = {inherit overlays;}; 107 112 modules = [