Guix Channel News File Extension

2022-02-09 Thread jgart
Hi Guixers, Do we still have to avoid calling the channel file with a .scm extension? I see that the manual specifies to avoid its use but if I look in a guix checkout I see that the channel file is called with a .scm extension: etc/news.scm Should the manual be updated to ignore that warning?

Re: Mount sshfs at boot or login

2022-02-09 Thread Oleg Pykhalov
Hi, Reza Housseini writes: > I am searching a possible configuration to mount an sshfs filesystem > at boot or login. Do I use the pam-mount-service-type [1] for this? > Are there any examples of a configuration? Additionally I would like > to use encfs on top of the mounted sshfs, also when p

Mount sshfs at boot or login

2022-02-09 Thread Reza Housseini
Hi Guixers I am searching a possible configuration to mount an sshfs filesystem at boot or login. Do I use the pam-mount-service-type [1] for this? Are there any examples of a configuration? Additionally I would like to use encfs on top of the mounted sshfs, also when possible at boot or login? T