tweak(cachix): increase priority of ssh at home

This commit is contained in:
Infinidoge 2022-05-19 10:27:22 -04:00
parent a322236785
commit 336ffb949b
2 changed files with 3 additions and 3 deletions

View file

@ -7,5 +7,5 @@ let
in
{
inherit imports;
nix.settings.substituters = lib.mkOrder 1 [ "https://cache.nixos.org/" ];
nix.settings.substituters = lib.mkBefore [ "https://cache.nixos.org/" ];
}