nixos/tests/sftpgo: lib.any -> lib.elem
This commit is contained in:
@@ -25,7 +25,7 @@ let
|
|||||||
groupName:
|
groupName:
|
||||||
# users.users attrset
|
# users.users attrset
|
||||||
user:
|
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
|
# Generates a valid SFTPGo user configuration for a given user
|
||||||
# Will be converted to JSON and loaded on application startup.
|
# Will be converted to JSON and loaded on application startup.
|
||||||
|
|||||||
Reference in New Issue
Block a user