chore: cleanup comments and remove module config descriptions

This commit is contained in:
2026-02-22 02:03:52 +01:00
parent fdd7831732
commit 3c643a411e
11 changed files with 9 additions and 51 deletions

View File

@@ -10,7 +10,6 @@
port = lib.mkOption {
type = lib.types.port;
default = 22;
description = "SSH server port";
};
};
};