mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
services.xray: fix
This commit is contained in:
@@ -374,9 +374,9 @@ inputs:
|
||||
};
|
||||
};
|
||||
};
|
||||
secrets = inputs.localLib.listToAttrs
|
||||
secrets = builtins.listToAttrs
|
||||
(map (n: { name = "xray-server/clients/user${toString n}"; value = {}; }) userList)
|
||||
// (inputs.localLib.listToAttrs (map
|
||||
// (builtins.listToAttrs (map
|
||||
(name:
|
||||
{
|
||||
name = "xray-server/telegram/${name}";
|
||||
|
||||
Reference in New Issue
Block a user