nixos/tests/sftpgo: lib.any -> lib.elem
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user