nixos/tests/sftpgo: lib.any -> lib.elem

This commit is contained in:
h7x4
2025-04-07 12:46:31 +02:00
parent 09cedbd72e
commit aab15d28a7

View File

@@ -25,7 +25,7 @@ let
groupName:
# users.users attrset
user:
lib.any (x: x == user.name) config.users.groups.${groupName}.members;
lib.elem user.name config.users.groups.${groupName}.members;
# Generates a valid SFTPGo user configuration for a given user
# Will be converted to JSON and loaded on application startup.