services.gitlab.secrets.jwsFile

NixOS option

A file containing the secret used to encrypt session keys. If you change or lose this key, users will be disconnected. Make sure the secret is an RSA private key in PEM format. You can generate one with openssl genrsa 2048 This should be a string, not a nix path, since nix paths are copied into the world-readable nix store.

type: null or absolute path
Default
null
declared in: nixos/modules/services/misc/gitlab.nixView source on NixOS/nixpkgs →