Change binary cache URL to IP

Doesn't work with the company VPN otherwise.
This commit is contained in:
Andreas Zweili 2024-04-16 19:24:35 +02:00
parent 63d6bb90e7
commit 387728f478
2 changed files with 2 additions and 2 deletions

View File

@ -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="

View File

@ -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";