From 3716419055f11a80c3bab92de343075c15f84be1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 2 Jul 2023 12:28:11 -0400 Subject: !hercules-ci -> garnix --- hosts/atlas/default.nix | 9 +-------- hosts/p-body/default.nix | 9 +-------- hosts/profiles.nix | 2 ++ 3 files changed, 4 insertions(+), 16 deletions(-) (limited to 'hosts') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index a594e5d..ce36fcf 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -26,14 +26,7 @@ tmp.cleanOnBoot = true; }; - getchoo.server = { - secrets.enable = true; - - services.hercules-ci = { - enable = true; - secrets.enable = true; - }; - }; + getchoo.server.secrets.enable = true; networking = { domain = "mydadleft.me"; diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 4b00177..3096199 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -23,14 +23,7 @@ hermetic = false; }; - getchoo.server = { - secrets.enable = true; - - services.hercules-ci = { - enable = true; - secrets.enable = true; - }; - }; + getchoo.server.secrets.enable = true; networking = { domain = "mydadleft.me"; diff --git a/hosts/profiles.nix b/hosts/profiles.nix index 99b6b09..b8adc8e 100644 --- a/hosts/profiles.nix +++ b/hosts/profiles.nix @@ -41,12 +41,14 @@ in { settings = { trusted-substituters = [ "https://getchoo.cachix.org" + "https://cache.garnix.io" "https://nix-community.cachix.org" "https://wurzelpfropf.cachix.org" ]; trusted-public-keys = [ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" + "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0=" ]; -- cgit v1.2.3