From d469c5fa796411840a3d09ef86c1c6976adbeae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 21 Feb 2025 19:46:33 -0300 Subject: [PATCH] remove cachix config --- system/cachix.nix | 18 ------------------ system/configuration.nix | 1 - 2 files changed, 19 deletions(-) delete mode 100644 system/cachix.nix diff --git a/system/cachix.nix b/system/cachix.nix deleted file mode 100644 index 7ff9b29..0000000 --- a/system/cachix.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - pkgs, - lib, - config, - ... -}: -{ - services.cachix-watch-store = { - enable = true; - cacheName = "lelgenio"; - cachixTokenFile = config.age.secrets.lelgenio-cachix.path; - }; - systemd.services.cachix-watch-store-agent = { - serviceConfig.TimeoutStopSec = 3; - # If we don't do this, cachix tends to timeout - serviceConfig.KillMode = lib.mkForce "control-group"; - }; -} diff --git a/system/configuration.nix b/system/configuration.nix index 9b4bed3..f4bfabf 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -10,7 +10,6 @@ { imports = [ ./gamemode.nix - ./cachix.nix ./media-packages.nix ./boot.nix ./thunar.nix