aboutsummaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/remote-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/remote-builder.nix b/profiles/remote-builder.nix
index dfa3bc0..5797c6b 100644
--- a/profiles/remote-builder.nix
+++ b/profiles/remote-builder.nix
@@ -28,7 +28,7 @@
programs.ssh.extraConfig = ''
Host builder
User builder
- HostName rivendell
+ HostName 192.168.1.114
IdentityFile ${config.age.secrets.ssh-remote-builder.path}
'';
}