From afb40cd8d832533290775bc212b723df77377aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Tue, 9 Dec 2025 12:10:15 +0100 Subject: [PATCH] Whoopsie --- os/remote-builds/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os/remote-builds/default.nix b/os/remote-builds/default.nix index 399311d..bf83089 100644 --- a/os/remote-builds/default.nix +++ b/os/remote-builds/default.nix @@ -14,7 +14,8 @@ in enable = true; hostName = "morton.frogeye.fr"; sshHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEetvIp4ZrP+ofXNDypnrLxdU034SBYg7fx9FxClDJA3"; - sshPort = 2277; # Could use 22 too since morton exposes it for git, but just making sure this option works for now. + # sshPort = 2277; # Could use 22 too since morton exposes it for git, but just making sure this option works for now. + sshPort = 22; # Did not open the other port on the firewall nixPublicKey = "rSjbCZ4mgXkb+ENKI7sk/KIbftlQzCTQA7pWkdfS2r4="; buildMachineConfig = { systems = [ "x86_64-linux" ];