From 0257ccc3b7b2d0594ef005f06f5f279d24b6d61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 23 Dec 2022 10:03:05 -0300 Subject: [PATCH] Disable monolith as nix cache --- flake.nix | 2 +- system/configuration.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index a5d36a6..b9fdf46 100644 --- a/flake.nix +++ b/flake.nix @@ -85,7 +85,7 @@ modules = [ ./hosts/monolith.nix ./system/gitlab-runner.nix - ./system/nix-serve.nix + # ./system/nix-serve.nix ./system/btusb-kernel-patches.nix ./system/amdgpu-kernel-patches.nix ] ++ common_modules; diff --git a/system/configuration.nix b/system/configuration.nix index 8ae0230..be1da41 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -141,13 +141,13 @@ settings = { auto-optimise-store = true; substituters = [ - "http://nixcache.lelgenio.1337.cx:5000" + # "http://nixcache.lelgenio.1337.cx:5000" "https://hyprland.cachix.org" "https://lelgenio.cachix.org" "https://wegank.cachix.org" ]; trusted-public-keys = [ - "nixcache.lelgenio.1337.cx:zxCfx7S658llDgAUG0JVyNrlAdFVvPniSdDOkvfTPS8=" + # "nixcache.lelgenio.1337.cx:zxCfx7S658llDgAUG0JVyNrlAdFVvPniSdDOkvfTPS8=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "lelgenio.cachix.org-1:W8tMlmDFLU/V+6DlChXjekxoHZpjgVHZpmusC4cueBc=" "wegank.cachix.org-1:xHignps7GtkPP/gYK5LvA/6UFyz98+sgaxBSy7qK0Vs="