added muninn to ssh_config.nix

This commit is contained in:
2024-11-19 20:26:39 -05:00
parent 9fa3ab6758
commit 6ef5507bf8
2 changed files with 7 additions and 1 deletions

View File

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