Change forgejo ssh port

This commit is contained in:
KoenDR06 2026-02-17 17:42:47 +01:00
parent 2ed07e5564
commit 5acce8f41a
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,4 @@
{
inputs,
outputs,
lib,
config,
pkgs,
@ -23,7 +21,7 @@ in {
};
sshPort = mkOption {
default = 34916;
default = 16718;
type = types.int;
};