Whoopsie
This commit is contained in:
parent
7a8ff873c6
commit
afb40cd8d8
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "morton.frogeye.fr";
|
hostName = "morton.frogeye.fr";
|
||||||
sshHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEetvIp4ZrP+ofXNDypnrLxdU034SBYg7fx9FxClDJA3";
|
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=";
|
nixPublicKey = "rSjbCZ4mgXkb+ENKI7sk/KIbftlQzCTQA7pWkdfS2r4=";
|
||||||
buildMachineConfig = {
|
buildMachineConfig = {
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue