mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
removed tests
This commit is contained in:
@@ -33,14 +33,6 @@ in
|
||||
mountPoint = "/zfs/media/github-runners/${name}";
|
||||
isReadOnly = false;
|
||||
};
|
||||
"/host-nix" = {
|
||||
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