Simplesamlphp
services.simplesamlphp.<name>.authSources
Auth sources options used by SimpleSAMLphp.
Type: PHP value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix
services.simplesamlphp.<name>.configDir
Path to the SimpleSAMLphp config directory.
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix
services.simplesamlphp.<name>.configureNginx
Configure nginx as a reverse proxy for SimpleSAMLphp.
Type: boolean
Default
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix
services.simplesamlphp.<name>.libDir
Path to the SimpleSAMLphp library directory.
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix
services.simplesamlphp.<name>.localDomain
The domain serving your SimpleSAMLphp instance. This option modifies only /saml route.
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix
services.simplesamlphp.<name>.package
The simplesamlphp package to use.
Type: package
Default
pkgs.simplesamlphp
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix
services.simplesamlphp.<name>.phpfpmPool
The PHP-FPM pool that serves SimpleSAMLphp instance.
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix
services.simplesamlphp.<name>.settings
Configuration options used by SimpleSAMLphp. See for available options.
Type: PHP value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix
services.simplesamlphp.<name>.settings.baseurlpath
URL where SimpleSAMLphp can be reached.
Type: string
Example
"https://filesender.example.com/saml/"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/simplesamlphp.nix