Nix configurations for my homelab
2
fork

Configure Feed

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

lily: reduce core count for builds to leave some room for services

yemou 4470de4e 4c37928f

+10 -10
+9 -9
flake.lock
··· 102 102 ] 103 103 }, 104 104 "locked": { 105 - "lastModified": 1753617834, 106 - "narHash": "sha256-WEVfKrdIdu5CpppJ0Va3vzP0DKlS+ZTLbBjugMO2Drg=", 105 + "lastModified": 1753848447, 106 + "narHash": "sha256-fsld/crW9XRodFUG1GK8Lt0ERv6ARl9Wj3Xb0x96J4w=", 107 107 "owner": "nix-community", 108 108 "repo": "home-manager", 109 - "rev": "72cc1e3134a35005006f06640724319caa424737", 109 + "rev": "d732b648e5a7e3b89439ee25895e4eb24b7e5452", 110 110 "type": "github" 111 111 }, 112 112 "original": { ··· 211 211 }, 212 212 "nixpkgs": { 213 213 "locked": { 214 - "lastModified": 1753590935, 215 - "narHash": "sha256-+qBmgdTYy5f6v+5fJVGiWf5SySGsxVmJia+iB5L6nbU=", 214 + "lastModified": 1753861192, 215 + "narHash": "sha256-n17/8ENnBvGojKWRkrS6RXZ/GYqnTVGXACsV7sG1rwo=", 216 216 "owner": "NixOS", 217 217 "repo": "nixpkgs", 218 - "rev": "51a41ce9a1d46d9d1228edae97267519d42fdf28", 218 + "rev": "0b917819129ed70f9344dda23f56313130711412", 219 219 "type": "github" 220 220 }, 221 221 "original": { ··· 281 281 "rust-overlay": "rust-overlay" 282 282 }, 283 283 "locked": { 284 - "lastModified": 1753584270, 285 - "narHash": "sha256-4N/GEMtFySgpEdyCIXptlv3wB4tLWC1hgM8vkQxWVeI=", 284 + "lastModified": 1753857106, 285 + "narHash": "sha256-Ji8B2VKPGWW7NoRyRYIzOgV2DJicJR24ioe0u0AymHA=", 286 286 "owner": "roc-lang", 287 287 "repo": "roc", 288 - "rev": "9486c996d9c66b9092fac8614b36ecade48e2fc4", 288 + "rev": "91caad181a2495a26572247780715d7c040d3514", 289 289 "type": "github" 290 290 }, 291 291 "original": {
+1 -1
lily/config.nix
··· 63 63 }; 64 64 65 65 nix.settings = { 66 - cores = 8; 66 + cores = 6; 67 67 max-jobs = 1; 68 68 }; 69 69