Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(njord): increase download buffer size

cosmeak d23e4c3e 5fe414b5

+10 -7
+6 -6
flake.lock
··· 42 42 "nixpkgs-lib": "nixpkgs-lib" 43 43 }, 44 44 "locked": { 45 - "lastModified": 1769996383, 46 - "narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", 45 + "lastModified": 1772408722, 46 + "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=", 47 47 "owner": "hercules-ci", 48 48 "repo": "flake-parts", 49 - "rev": "57928607ea566b5db3ad13af0e57e921e6b12381", 49 + "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", 50 50 "type": "github" 51 51 }, 52 52 "original": { ··· 136 136 }, 137 137 "nixpkgs-lib": { 138 138 "locked": { 139 - "lastModified": 1769909678, 140 - "narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=", 139 + "lastModified": 1772328832, 140 + "narHash": "sha256-e+/T/pmEkLP6BHhYjx6GmwP5ivonQQn0bJdH9YrRB+Q=", 141 141 "owner": "nix-community", 142 142 "repo": "nixpkgs.lib", 143 - "rev": "72716169fe93074c333e8d0173151350670b824c", 143 + "rev": "c185c7a5e5dd8f9add5b2f8ebeff00888b070742", 144 144 "type": "github" 145 145 }, 146 146 "original": {
+4 -1
modules/hosts/njord/configuration.nix
··· 11 11 # Timezone 12 12 time.timeZone = "Europe/Paris"; 13 13 14 - # Linux builder 15 14 nix = { 15 + # Linux builder 16 16 linux-builder.enable = true; 17 17 18 18 # This line is a prerequisite 19 19 settings.trusted-users = [ "@admin" ]; 20 + 21 + # Increase buffer size 22 + settings.download-buffer-size = 524288000; 20 23 }; 21 24 22 25 # Disable startup sound