summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/atlas/default.nix12
-rw-r--r--hosts/p-body/default.nix2
2 files changed, 0 insertions, 14 deletions
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 = [
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index a8f77ed..0c04c03 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -23,14 +23,12 @@
"https://nix-community.cachix.org"
"https://hercules-ci.cachix.org"
"https://wurzelpfropf.cachix.org"
- "ssh://[email protected]:420"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hercules-ci.cachix.org-1:ZZeDl9Va+xe9j+KqdzoBZMFJHVQ42Uu/c/1/KMC5Lw0="
"wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0="
- "164.152.18.102:1qdvbe6dUxq/UPgB4G2JzOOqj1cU0WlNO+OrlQC2ticKX/RTM50jWpN3VswO10DPIrRLUnrTl+UtoNL3Vgu3Ow=="
];
trusted-users = ["p-body"];