services.atticd.environmentFile

NixOS option

Path to an EnvironmentFile containing required environment variables: ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64: The base64-encoded RSA PEM PKCS1 of the RS256 JWT secret. Generate it with openssl genrsa -traditional 4096 | base64 -w0.

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