mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
zest: enable remote builders
This commit is contained in:
parent
7bfd1777b4
commit
5c866b03c6
1 changed files with 10 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue