Hi - I have an environment file that I would like to copy over during startup, preferably into /home/pi. I know how to copy the file via a systemd service, but the issue is that the file isnt visible in /boot. I am putting a file named environment.txt into the /boot directory (next to wpa_supplicant and ssh files) but when I plug in my pi and ssh into it and look at the /boot file, I dont see the environment.txt file there.
What am I doing wrong? Is there a better way to do this? I know I can put the file in there manually but I would like to not have to ssh in to do so.
Thanks in advance!