Closed jarkkojs closed 1 year ago
The problem here is that all uid's outside of nix-user-chroot are mapped to nobody
. With unprivileged usernamespaces we can only ever map one user at the time. This is a restriction of Linux works. Since you are using wsl2 can you not install nix normally?
Result:
Other:
Environment:
Can be worked around by using dbclient from dropbear for common use cases (e.g. ssh logins and git) but e.g. mosh does not play well with it.