Skip to content

Commit

Permalink
shared/nix: fix khanelimac remote builder authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Sep 27, 2024
1 parent 3117e8e commit f039d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/shared/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ in
maxJobs = 8;
speedFactor = 5;
supportedFeatures = supportedFeatures ++ [ "apple-virt" ];
sshKey = config.sops.secrets.khanelinix_khaneliman_ssh_key.path;
})
];

Expand Down Expand Up @@ -146,5 +147,6 @@ in
use-xdg-base-directories = true;
};
};

};
}

0 comments on commit f039d7d

Please sign in to comment.