Compare commits

..

2 commits

Author SHA1 Message Date
8b54a7251c
Neovim, add typescript support 2025-07-10 13:34:11 -07:00
633205fd3a
Ssh, change default port to 22
To preserve current connections Onizuka's port was manually reverted to
the old 922 default, with the intention to follow that
2025-07-10 13:33:53 -07:00

View file

@ -12,7 +12,10 @@
system.timezone = "America/Los_Angeles"; system.timezone = "America/Los_Angeles";
system.users.bigWheels = [ "pan" ]; system.users.bigWheels = [ "pan" ];
sshd.enable = true; sshd = {
enable = true;
port = 922;
};
tailscale.enable = true; tailscale.enable = true;
tuigreet.enable = true; tuigreet.enable = true;