tweak ssh ports for fructose

This commit is contained in:
Ittihadyya 2024-11-14 19:24:10 +02:00
parent 51a8a70918
commit a48c9b8bd2
2 changed files with 5 additions and 3 deletions

View file

@ -11,10 +11,8 @@
allowedUDPPorts = [
# 53 # pihole
# 5894 # couchdb
222 # forgejo ssh. for the handshake i think
];
allowedTCPPorts = [
222 # forgejo ssh
3000 # forgejo
# 5894 # couchdb
];

View file

@ -14,7 +14,11 @@
];
})
];
fructose.modules = [
{
services.openssh.ports = [ 22 222 ];
}
];
personal.home_modules = [
{
programs.ssh = {