services.agorakit.appURL
NixOS option
The root URL that you want to host agorakit on. All URLs in agorakit will be generated using this value. If you change this in the future you may need to run a command to update stored URLs in the database. Command example: php artisan agorakit:update-url https://old.example.com https://new.example.com
type: stringDefault
"http\${lib.optionalString tlsEnabled \"s\"}://\${cfg.hostName}"Example
declared in: nixos/modules/services/web-apps/agorakit.nixView source on NixOS/nixpkgs →"https://example.com"