summaryrefslogtreecommitdiff
path: root/config/nix/remote-builds.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2024-12-08 23:08:54 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2024-12-08 23:08:54 +0100
commitcfb9ac982406f4555fa6fe24cb9c607e5841606f (patch)
tree1b1fa2bd52fb5c1db9b3368d13667b155059c5c1 /config/nix/remote-builds.nix
parent9ba181517d169cb95314b7b16ed9f8749931a648 (diff)
move remote builder ssh key
Diffstat (limited to 'config/nix/remote-builds.nix')
-rw-r--r--config/nix/remote-builds.nix2
1 files changed, 1 insertions, 1 deletions
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
'';