From 978087e53a7c423792523bb155616e606d759982 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 12 Jun 2025 13:18:01 +0200 Subject: [PATCH] Remove jungle nix cache from tent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné Reviewed-by: Aleix Roca Nonell --- m/tent/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/m/tent/configuration.nix b/m/tent/configuration.nix index 63f1f66..8449b37 100644 --- a/m/tent/configuration.nix +++ b/m/tent/configuration.nix @@ -28,11 +28,6 @@ defaultGateway = "10.0.44.1"; }; - nix.settings = { - extra-substituters = [ "https://jungle.bsc.es/cache" ]; - extra-trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ]; - }; - services.prometheus.exporters.node = { enable = true; enabledCollectors = [ "systemd" ];