Tangled infrastructure definitions in Nix

nix: bump tangled

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 1ca8b121 13a6b041

verified
Changed files
+11 -10
hosts
+8 -9
flake.lock
··· 100 100 ] 101 101 }, 102 102 "locked": { 103 - "lastModified": 1751702058, 104 - "narHash": "sha256-/GTdqFzFw/Y9DSNAfzvzyCMlKjUyRKMPO+apIuaTU4A=", 103 + "lastModified": 1754078208, 104 + "narHash": "sha256-YVoIFDCDpYuU3riaDEJ3xiGdPOtsx4sR5eTzHTytPV8=", 105 105 "owner": "nix-community", 106 106 "repo": "gomod2nix", 107 - "rev": "664ad7a2df4623037e315e4094346bff5c44e9ee", 107 + "rev": "7f963246a71626c7fc70b431a315c4388a0c95cf", 108 108 "type": "github" 109 109 }, 110 110 "original": { ··· 322 322 "sqlite-lib-src": "sqlite-lib-src" 323 323 }, 324 324 "locked": { 325 - "lastModified": 1754728978, 326 - "narHash": "sha256-CUVud/4QVFXYqlY6j0ha48vRWtbJnflAeXZH++Lr+KE=", 327 - "ref": "master", 328 - "rev": "879790a5bbddd8691570b065c670ffa9d3fe70a3", 329 - "revCount": 1079, 325 + "lastModified": 1756407744, 326 + "narHash": "sha256-7TtLbIjx3nQRC4dpOupwZxkLhf9iAj254p3n61VJkNY=", 327 + "ref": "refs/heads/master", 328 + "rev": "fd6502223cfe1493155524818e65b1eaecaef515", 329 + "revCount": 1259, 330 330 "type": "git", 331 331 "url": "https://tangled.sh/@tangled.sh/core" 332 332 }, 333 333 "original": { 334 - "ref": "master", 335 334 "type": "git", 336 335 "url": "https://tangled.sh/@tangled.sh/core" 337 336 }
+1 -1
flake.nix
··· 2 2 description = "nix infra for tangled"; 3 3 inputs = { 4 4 nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 5 - tangled.url = "git+https://tangled.sh/@tangled.sh/core?ref=master"; 5 + tangled.url = "git+https://tangled.sh/@tangled.sh/core"; 6 6 colmena.url = "github:zhaofengli/colmena/release-0.4.x"; 7 7 disko = { 8 8 url = "github:nix-community/disko";
+2
hosts/nixery/configuration.nix
··· 25 25 owner = "did:plc:wshs7t2adsemcrrd4snkeqli"; # @tangled.sh 26 26 hostname = "spindle.tangled.sh"; 27 27 listenAddr = "127.0.0.1:6555"; 28 + queueSize = 100; 29 + maxJobCount = 2; 28 30 secrets = { 29 31 provider = "openbao"; 30 32 };