Simplify Hosea

Remove the Hosea gitlab runner service
Remove extra Hosea supports for the runner service
Setup S3 on Hosea, again, as an exposed service
This commit is contained in:
Greg Hellings
2024-07-22 14:40:10 -05:00
parent fb45b77e27
commit b4a0561ed6
3 changed files with 4 additions and 70 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ in
keep-derivations = true;
min-free = (toString (1024 * 1024 * 1024) );
max-free = (toString (5 * 1024 * 1024 * 1024) );
substituters = (if notDarwin then [ "http://nixcache.home" ] else []) ++ [
substituters = [
"https://cache.garnix.io"
"https://ai.cachix.org"
];