Ana Hobden

Results 416 comments of Ana Hobden

Reading: https://www.freedesktop.org/software/systemd/man/latest/systemd-tmpfiles-setup.service.html > On success, 0 is returned. If the configuration was syntactically invalid (syntax errors, missing arguments, …), so some lines had to be ignored, but no other errors...

Indeed we run as `root` so getting permissions errors like this is quite unexpected.

It would be nice to allow users to skip the `-i` flag when they use `sudo`, but I'm not sure the consequences of this procedure are worth the risks associated....

Hi folks, is there anyone working on `lookAt` right now? If not, could someone point me at where I might want to look to add this or at least access...

Hmmm does `/nix` exist with contents? If not (if it's just a folder), does `/home/nix` exist? If so you can likely do a bind mount: ``` mount --bind /home/nix /nix...