This commit is contained in:
Geoffrey Frogeye 2025-12-09 12:10:15 +01:00
parent 7a8ff873c6
commit afb40cd8d8

View file

@ -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" ];