[NixOS] Add flake.lock

This commit is contained in:
2023-08-22 13:44:58 -06:00
parent a8d65896ff
commit e2921d3d87
2 changed files with 938 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
{ machineNames, ... }:
{
nix = {
binaryCaches = map (machineName: "ssh://${machineName}.local") machineNames;
};
nix.settings.substituters = map (machineName: "ssh://${machineName}.local") machineNames;
}