envfs
envfs copied to clipboard
podman / ssh
I've installed envfs on my nixos 24.05.
All good, except I could not ssh anymore, unless I added this to my ~/.bashrc:
export ENVFS_RESOLVE_ALWAYS=1 # fix for ssh on nixos to keep envfs
However, now I'm running into the issue of not being able to run containers with podman, as podman run always returns:
Error: conmon failed: exit 1
This might be due to the fact that podman bundles its own conmon bin at /usr/libexec/podman/ (according to https://github.com/cri-o/cri-o/issues/7635)
I have to disable envfs now to get work done unfortunately, but would definately be interested for workarounds.