[NixOS] Set up local ssh binary caching
This commit is contained in:
7
nixos/cache.nix
Normal file
7
nixos/cache.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ machineNames, ... }:
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = map (machineName: "ssh://${machineName}.local") machineNames;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user