Heyya im attempting to set up a gitlab instance, and part of that is setting paths for the associated secrets gitlab requires for install. Whenever I input (as found under nixos options) `services.gitlab.secrets.jwsFile = $PATH` It says the option does not exist. Instead this works `services.gitlab.secrets.jws = $STRING` Any ideas?