forked from colonelpanic/dotfiles
[NixOS] Add flake.lock
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{ machineNames, ... }:
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = map (machineName: "ssh://${machineName}.local") machineNames;
|
||||
};
|
||||
nix.settings.substituters = map (machineName: "ssh://${machineName}.local") machineNames;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user