149 current 2025-10-09 03:59:16 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 11:51:39 -05:00
parent 84f98f526c
commit 67a87b3710
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ in
};
ids = lib.mkOption {
type = lib.types.int;
default = lib.mkForce cfg.port;
default = lib.mkForce port;
description = "set uid and pid of ${service} user (matches port by default)";
};
backup = lib.mkOption {