From 383e9041007fe5b571d723451290df88e57b9e62 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 26 Apr 2023 12:40:22 -0400 Subject: atlas/pbody: move to cachix over ssh subs --- hosts/atlas/default.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'hosts/atlas') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 14c1cf3..f44f2fb 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -33,22 +33,10 @@ "wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0=" ]; }; - - sshServe = { - enable = true; - keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIlNzPwEdNMT+wuW9pfYBQ7CSNUhBAF7rRXTRD4UIx9Z hercules-ci-agent@p-body" - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF+0oAgrDPVGl/SL54koypwWzMzjnVdqTm+QNkU2amF9 p-body@p-body" - ]; - }; }; services = { hercules-ci-agent.enable = true; - nix-serve = { - enable = true; - secretKeyFile = "/var/cache-priv-key.pem"; - }; }; swapDevices = [ -- cgit v1.2.3