mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
testing nix socket
This commit is contained in:
@@ -37,6 +37,10 @@ in
|
||||
mountPoint = "/nix";
|
||||
isReadOnly = false;
|
||||
};
|
||||
"/host-nix/var/nix/daemon-socket" = {
|
||||
mountPoint = "/nix/var/nix/daemon-socket";
|
||||
isReadOnly = false;
|
||||
};
|
||||
"/secrets".mountPoint = "${vars.secrets}/services/github-runners/${name}";
|
||||
"ssh-keys".mountPoint = "${vars.secrets}/services/github-runners/id_ed25519_github-runners";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user