zest: enable remote builders

This commit is contained in:
Sridhar Ratnakumar 2025-10-27 15:14:36 -04:00
parent 7bfd1777b4
commit 5c866b03c6

View file

@ -1,4 +1,9 @@
{ lib, pkgs, flake, ... }:
{ flake, ... }:
let
inherit (flake) inputs;
inherit (inputs) self;
homeMod = self + /modules/home;
in
{
imports = [
flake.inputs.self.homeModules.default
@ -6,6 +11,10 @@
(flake.inputs.self + /modules/home/all/1password.nix)
(flake.inputs.self + /modules/home/all/juspay-vertex.nix)
(flake.inputs.self + /modules/home/claude-code)
# Remote builders
"${homeMod}/all/buildMachines"
"${homeMod}/all/buildMachines/sincereintent.nix"
];
home.username = "srid";