summaryrefslogtreecommitdiff
path: root/config/nix/remote-builds.nix
diff options
context:
space:
mode:
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
'';