mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: distributed builder work
This commit is contained in:
parent
08fbb97b5a
commit
b01c6222f8
7 changed files with 63 additions and 79 deletions
5
darwin/distributed.nix
Normal file
5
darwin/distributed.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
nix.envVars = {
|
||||
"SSH_AUTH_SOCK" = "/Users/kat/.gnupg/S.gpg-agent.ssh";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue