Commit 3a907d339e84

Vincent Demeester <vincent@sbr.pm>
2026-01-19 23:11:10
fix(systems): update Harmonia binary cache URLs from .home to .sbr.pm
Update local Harmonia binary cache URLs to use .sbr.pm domain instead of .home domain for better DNS resolution. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e7443cc
Changed files (1)
systems/default.nix
@@ -92,8 +92,8 @@
         "https://chapeau-rouge.cachix.org"
         "https://nixos-raspberrypi.cachix.org"
         # Local Harmonia binary caches
-        "http://aomi.home:5000" # x86_64-linux
-        "http://aion.home:5000" # aarch64-linux
+        "http://aomi.sbr.pm:5000" # x86_64-linux
+        "http://aion.sbr.pm:5000" # aarch64-linux
       ];
       trusted-public-keys = [
         "r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c="