added muninn to ssh_config.nix

This commit is contained in:
2024-11-19 20:26:39 -05:00
parent 6071c849f2
commit d9f15a0a2b
2 changed files with 7 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
services = {
getty.autologinUser = "gaming";
openssh.ports = [ 262 ];
openssh.ports = [ 295 ];
printing.enable = true;