nixos/changedetection-io: fix typo (#383539)

Update changedetection-io.nix

typo correction variables

authored by

jrdsgl and committed by
GitHub
38590f30 c715deff

+1 -1
+1 -1
nixos/modules/services/web-apps/changedetection-io.nix
··· 73 default = null; 74 example = "/run/secrets/changedetection-io.env"; 75 description = '' 76 - Securely pass environment variabels to changedetection-io. 77 78 This can be used to set for example a frontend password reproducible via `SALTED_PASS` 79 which convinetly also deactivates nags about the hosted version.
··· 73 default = null; 74 example = "/run/secrets/changedetection-io.env"; 75 description = '' 76 + Securely pass environment variables to changedetection-io. 77 78 This can be used to set for example a frontend password reproducible via `SALTED_PASS` 79 which convinetly also deactivates nags about the hosted version.