proper ssh port

This commit is contained in:
2026-01-22 12:15:03 -06:00
parent 6dfacb91da
commit 5c8ebb84bb
2 changed files with 4 additions and 13 deletions

View File

@@ -72,6 +72,8 @@
age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets.yaml;
defaultSopsFormat = "yaml";
#secrets."remoteBuildKey" = {};
};
services.mpris-proxy.enable = true;
@@ -84,19 +86,14 @@
hostname = "esotericbytes.com";
user = "remote-builder";
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
port = 2222;
port = 22;
};
"remote" = {
hostname = "esotericbytes.com";
user = "nathan";
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
port = 2222;
};
"esotericbytes.com" = {
hostname = "esotericbytes.com";
port = 2222;
port = 22;
};
};
};

View File

@@ -89,12 +89,6 @@
owner = "remote-builder";
};
programs.ssh.extraConfig = ''
Host esotericbytes.com
HostName esotericbytes.com
Port 2222
'';
sops = {
age.keyFile = "/var/lib/sops/age/keys.txt";
defaultSopsFormat = "yaml";