services.linkwarden.environmentFile

NixOS option

Path of a file with extra environment variables to be loaded from disk. This file is not added to the nix store, so it can be used to pass secrets to linkwarden. Refer to the documentation for options. Linkwarden needs at least a nextauth secret. To set a database password use POSTGRES_PASSWORD: NEXTAUTH_SECRET=<secret> POSTGRES_PASSWORD=<pass>

type: null or string
Default
null
Example
"/run/secrets/linkwarden"
declared in: nixos/modules/services/web-apps/linkwarden.nixView source on NixOS/nixpkgs →