tweak ssh ports for fructose
This commit is contained in:
parent
51a8a70918
commit
a48c9b8bd2
2 changed files with 5 additions and 3 deletions
|
@ -11,10 +11,8 @@
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
# 53 # pihole
|
# 53 # pihole
|
||||||
# 5894 # couchdb
|
# 5894 # couchdb
|
||||||
222 # forgejo ssh. for the handshake i think
|
|
||||||
];
|
];
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
222 # forgejo ssh
|
|
||||||
3000 # forgejo
|
3000 # forgejo
|
||||||
# 5894 # couchdb
|
# 5894 # couchdb
|
||||||
];
|
];
|
||||||
|
|
|
@ -14,7 +14,11 @@
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
fructose.modules = [
|
||||||
|
{
|
||||||
|
services.openssh.ports = [ 22 222 ];
|
||||||
|
}
|
||||||
|
];
|
||||||
personal.home_modules = [
|
personal.home_modules = [
|
||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
|
|
Loading…
Reference in a new issue