feat: change ssh port for droid

This commit is contained in:
tux
2025-05-20 21:20:34 +05:30
parent 2aadb525df
commit 92de918318
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
sshUser = "nix-on-droid"; sshUser = "nix-on-droid";
user = "nix-on-droid"; user = "nix-on-droid";
magicRollback = true; magicRollback = true;
sshOpts = ["-p" "8022"]; sshOpts = ["-p" "8033"];
path = activateNixOnDroid self.nixOnDroidConfigurations.${hostname}; path = activateNixOnDroid self.nixOnDroidConfigurations.${hostname};
}; };
}; };

View File

@ -25,7 +25,7 @@
tux.services.openssh = { tux.services.openssh = {
enable = true; enable = true;
ports = [8022]; ports = [8033];
authorizedKeys = [ authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D ${email}" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D ${email}"
]; ];

View File

@ -25,7 +25,7 @@
tux.services.openssh = { tux.services.openssh = {
enable = true; enable = true;
ports = [8022]; ports = [8033];
authorizedKeys = [ authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D ${email}" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D ${email}"
]; ];