hosts: m7.rs instead of github for auto-upgrade

This commit is contained in:
Gabriel Fontes
2023-04-01 13:21:53 -03:00
parent 4da13f2309
commit be294322e9
+1 -1
View File
@@ -7,6 +7,6 @@ in
enable = true;
dates = "hourly";
flags = [ "--refresh" ];
flake = "github:misterio77/nix-config/release-${hostName}";
flake = "git://m7.rs/nix-config?ref=release-${hostName}";
};
}