···5858 '';
5959 description = lib.mdDoc ''
6060 The available options can be found in
6161- [the example configuration](https://github.com/dexidp/dex/blob/v${pkgs.dex.version}/config.yaml.dist).
6161+ [the example configuration](https://github.com/dexidp/dex/blob/v${pkgs.dex-oidc.version}/config.yaml.dist).
62626363 It's also possible to refer to environment variables (defined in [services.dex.environmentFile](#opt-services.dex.environmentFile))
6464 using the syntax `$VARIABLE_NAME`.
···119119 RestrictRealtime = true;
120120 RestrictSUIDSGID = true;
121121 SystemCallArchitectures = "native";
122122- SystemCallFilter = [ "@system-service" "~@privileged @resources @setuid @keyring" ];
122122+ SystemCallFilter = [ "@system-service" "~@privileged @setuid @keyring" ];
123123 TemporaryFileSystem = "/:ro";
124124 # Does not work well with the temporary root
125125 #UMask = "0066";