I’m setting up ubuntu VMs where home directories are automatic from NFS. The initial account created uninstall is moved to /user/local/home and kept in reserve as a rescue account. I made this change because when you start auto mounting home directories, any local directory becomes inaccessible.
I install curl by snap and it tells me"
cannot create user data directory: /usr/local/home/ubuntu/snap/curl/1093: Permission denied
I work around this by installing the deb form. For future reference is there any way I can make use of snaps with nonstandard home directories?