From e428bd2f002c6f527baf6d3627402375b43f8539 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 29 Nov 2025 18:57:33 -0500 Subject: [PATCH] Add a note about ssh serve. Ref: https://nix.dev/manual/nix/2.26/package-management/ssh-substituter --- nix/configuration/hosts/hydra/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/configuration/hosts/hydra/default.nix b/nix/configuration/hosts/hydra/default.nix index 6c5f425e..e551617c 100644 --- a/nix/configuration/hosts/hydra/default.nix +++ b/nix/configuration/hosts/hydra/default.nix @@ -65,6 +65,9 @@ htop ]; + # nix.sshServe.enable = true; + # nix.sshServe.keys = [ "ssh-dss AAAAB3NzaC1k... bob@example.org" ]; + me.build_in_ram.enable = true; me.dont_use_substituters.enable = true; me.minimal_base.enable = true;