diff options
| author | seth <[email protected]> | 2023-07-02 12:28:11 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-02 19:22:19 +0000 |
| commit | 3716419055f11a80c3bab92de343075c15f84be1 (patch) | |
| tree | c449e941587721825fc964abd1feaafb1edc21bd /hosts | |
| parent | c71a2c41f4e98b394bebe738d1f582c440d5337e (diff) | |
!hercules-ci -> garnix
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/atlas/default.nix | 9 | ||||
| -rw-r--r-- | hosts/p-body/default.nix | 9 | ||||
| -rw-r--r-- | hosts/profiles.nix | 2 |
3 files changed, 4 insertions, 16 deletions
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=" ]; |
