all repos — char/flake @ 68ab90bfbeee418618517ca17f1f321972b027e7

Unnamed repository; edit this file 'description' to name the repository.

onyx: override sakana host

they're geoblocking uk+eea+ch rn so i route via nyc
Charlotte Som charlotte@som.codes
Tue, 07 Jul 2026 21:08:58 +0100
commit

68ab90bfbeee418618517ca17f1f321972b027e7

parent

a06de3cc72b30d3460a2dd3c88f75a3a738b6010

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M profiles/onyx/base.nixprofiles/onyx/base.nix

@@ -12,6 +12,7 @@ services.zfs.trim.enable = true;

networking.hostName = "onyx"; networking.hostId = "8db6cf97"; + networking.hosts."104.168.4.195" = [ "api.sakana.ai" ]; time.timeZone = "Europe/London"; hardware.graphics.enable = true;