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

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