From cfb9ac982406f4555fa6fe24cb9c607e5841606f Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 8 Dec 2024 23:08:54 +0100 Subject: move remote builder ssh key --- config/nix/remote-builds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/nix/remote-builds.nix b/config/nix/remote-builds.nix index ac49ed7..a895aad 100644 --- a/config/nix/remote-builds.nix +++ b/config/nix/remote-builds.nix @@ -4,7 +4,7 @@ Host hephaistos.local # Prevent using ssh-agent or another keyfile, useful for testing IdentitiesOnly yes - IdentityFile /root/.ssh/nixremote + IdentityFile /etc/ssh/nixremote # The weakly privileged user on the remote builder – if not set, 'root' is used – which will hopefully fail User nixremote ''; -- cgit v1.2.3