Re: Issues with my configuration - zsh shell default

2017-07-04 Thread Divan Santana
> 2) Change shell for user to zsh. > I followed https://gitlab.com/rain1/guix-wiki/wikis/FAQ on how to change > shell to zsh but getting this error when reconfiguring: > >> guix system: error: failed to load '/etc/config.scm': >> ice-9/boot-9.scm:2795:6: In procedure resolve-interface: >>

Re: Implement power management (suspend, hibernate, resume) in Shepherd?

2017-07-04 Thread Mark H Weaver
Mekeor Melire writes: > As far as I understand, currently GuixSD uses elogind (“systemd > project's ‘logind’, extracted to a standalone package”) to suspend, > hibernate and resume when some events happen, like pressing the > suspend-key etc. > > Is there any nice way to

Re: Issues with my configuration

2017-07-04 Thread Ricardo Wurmus
Hi Fredrik, > 1) Mounting a nfs disk. > I tried adding the nfs mount to file-systems. > >> (file-system >>(device "fafner:/srv/nfs4/Valhalla") >>(title 'device) >>(mount-point "/media/Valhalla") >>(type "nfs4") >>(check? #f)) > > It works after I reconfigure guix > >> sudo