diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/bree.nix | 1 | ||||
| -rw-r--r-- | profiles/remote-builder.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/machines/bree.nix b/machines/bree.nix index 1560ce6..0147846 100644 --- a/machines/bree.nix +++ b/machines/bree.nix @@ -22,6 +22,7 @@ ../profiles/home-manager.nix ../profiles/server.nix ../profiles/users/admin-user.nix + ../profiles/users/builder.nix ../profiles/users/home-manager.nix ../profiles/wireguard.nix ]; diff --git a/profiles/remote-builder.nix b/profiles/remote-builder.nix index 5797c6b..3df3008 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.114 + HostName 192.168.1.50 IdentityFile ${config.age.secrets.ssh-remote-builder.path} ''; } |
