diff options
Diffstat (limited to '')
| -rw-r--r-- | profiles/remote-builder.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/remote-builder.nix b/profiles/remote-builder.nix index 3df3008..cfce551 100644 --- a/profiles/remote-builder.nix +++ b/profiles/remote-builder.nix @@ -28,7 +28,7 @@ programs.ssh.extraConfig = '' Host builder User builder - HostName 192.168.1.50 + HostName framebox IdentityFile ${config.age.secrets.ssh-remote-builder.path} ''; } |
