diff --git a/hosts/onizuka/host.nix b/hosts/onizuka/host.nix index d2dbc49..d03088d 100644 --- a/hosts/onizuka/host.nix +++ b/hosts/onizuka/host.nix @@ -12,7 +12,10 @@ system.timezone = "America/Los_Angeles"; system.users.bigWheels = [ "pan" ]; - sshd.enable = true; + sshd = { + enable = true; + port = 922; + }; tailscale.enable = true; tuigreet.enable = true;