| 3 Aug 2025 |
x10an14 | In reply to @magic_rb:matrix.redalder.org
Can you send the output of:
systemctl show nginx | grep -E 'User|Group' (hopefully i got this right, if not, you know what i meant)
ls -lah /persist/var/lib/tailscale/certs
Sure, both of these are in the paste link though | 22:09:31 |
x10an14 | Here you go:
[2025-08-04 00:10:54] 0 x10an14@nas-2024:~/Documents/sr.ht/nix-configs
-> $ systemctl show nginx | grep -Ei '(user|group)=' && sudo ls -lah /persist/var/lib/tailscale/certs
User=nginx
Group=nginx
DynamicUser=no
SameProcessGroup=no
total 40K
drwxr-xr-x 2 root root 7 aug. 3 20:29 .
drwx------ 4 root root 9 aug. 3 20:29 ..
-rw------- 1 root root 227 aug. 3 20:29 acme-account.key.pem
-rw-r--r-- 1 nginx nginx 2,9K aug. 3 20:29 cert.pem
-rw------- 1 nginx nginx 227 aug. 3 20:29 key.pem
| 22:11:27 |
magic_rb | In reply to @x10an14:matrix.org Sure, both of these are in the paste link though oh are they? sorry 😅 | 22:14:40 |
magic_rb | okay then, try to debug it by becoming nginx :P do nix shell nixpkgs#runit and then chpst -u nginx:nginx bash then try to access it yourself | 22:15:50 |