diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-23 08:49:52 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-23 08:49:52 -0800 |
| commit | ab5f945d9a54d2ea7ce01b3b5307a151cc5da15c (patch) | |
| tree | c71c47ef6f6909f0086ff85135bb275b76012ba9 | |
| parent | enable postgresql + backups (diff) | |
| download | infra-ab5f945d9a54d2ea7ce01b3b5307a151cc5da15c.tar.gz | |
re-configure bree as the remote builder for now
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} ''; } |
