From ab5f945d9a54d2ea7ce01b3b5307a151cc5da15c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 23 Jan 2026 08:49:52 -0800 Subject: re-configure bree as the remote builder for now --- machines/bree.nix | 1 + profiles/remote-builder.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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} ''; } -- cgit v1.2.3