updated ssh settings

This commit is contained in:
Richie Cahill 2024-06-09 11:34:55 -04:00
parent 6335ed9c7d
commit 7c3b6cdf30
3 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,8 @@
};
};
openssh.ports = [ 262 ];
printing.enable = true;
pipewire = {

View File

@ -41,6 +41,8 @@
};
};
openssh.ports = [ 922 ];
printing.enable = true;
pipewire = {

View File

@ -21,6 +21,12 @@
identityFile = "~/.ssh/id_ed25519";
port = 262;
};
rhapsody-in-green = {
hostname = "192.168.90.221";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 922;
};
};
};
}