From 387728f4781f7f8c5a8f4fa33df2c848d39f91e2 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 16 Apr 2024 19:24:35 +0200 Subject: [PATCH] Change binary cache URL to IP Doesn't work with the company VPN otherwise. --- modules/misc/common/default.nix | 2 +- modules/services/attic/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/misc/common/default.nix b/modules/misc/common/default.nix index 15b1793..adc7af6 100644 --- a/modules/misc/common/default.nix +++ b/modules/misc/common/default.nix @@ -141,7 +141,7 @@ in "https://nix-community.cachix.org" "https://cache.nixos.org" "https://devenv.cachix.org" - "http://management.2li.local:8080/prod" + "http://10.7.89.150:8080/prod" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" diff --git a/modules/services/attic/default.nix b/modules/services/attic/default.nix index 906ccd7..d3b57bd 100644 --- a/modules/services/attic/default.nix +++ b/modules/services/attic/default.nix @@ -39,7 +39,7 @@ in credentialsFile = config.age.secrets.atticEnv.path; settings = { listen = "[::]:${toString atticPort}"; - api-endpoint = "http://management.2li.local:${toString atticPort}/"; + api-endpoint = "http://10.7.89.150:${toString atticPort}/"; allowed-hosts = [ ]; storage = { type = "local";