Re: How to declare a bind mount in the "file-systems" definition?

2020-03-19 Thread Leo Famulari
On Thu, Mar 19, 2020 at 07:31:23PM -0500, Matthew Brooks wrote: > The online manual does mention that bind-mount exists, but doesn't actually > seem to have any examples of defining a bind mount. You would add (flags '(bind-mount)) to the Scheme definition of file-system. > The manual also does

How to declare a bind mount in the "file-systems" definition?

2020-03-19 Thread Matthew Brooks
My boot disk is an SSD, and to save some wear I'd like to bind mount a folder on one of my spinning disk drives to /tmp. The online manual does mention that bind-mount exists, but doesn't actually seem to have any examples of defining a bind mount. For reference, I'm trying to automatically bind

Guix repl load-path confusion

2020-03-19 Thread Jelle Licht
Simple question: When I run the following in `guix repl': --8<---cut here---start->8--- ~ $ guix repl GNU Guile 3.0.1 Copyright (C) 1995-2020 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is fre

Re: GDM, GNOME and RAM issue

2020-03-19 Thread sirgazil
Hi, Catonano :) On Wed, 18 Mar 2020 12:10:33 -0500 Catonano wrote > I remember that the Gnome people fixed a memory leak some months ago > It had to do with a glitch in the layout of pointers to instances in the > Gnome object system that made it difficult for the garbage colle

Re: Installing guix on nixos system

2020-03-19 Thread Roy Lemmon
Hi Marius et al., Thanks for your help. That is clearer now. In fact that is what I did, ran 'guix pull' as user and the latest version of guix is installed in ~/.config/guix/current. My problem now is that I can run guix from there if I use the full path name: $ ~/.config/guix/current/bin/guix

keyboard layout

2020-03-19 Thread Adam Kandur via
Hi guixers! i have a question. Sometimes i need to switch keyboard layout for writing messages. Currently i'm using this command setxkbmap -layout 'us,ru' -option 'grp:alt_shift_toggle,grp_led:scroll' How i can do something similar with config.scm definition?

Re: Installing guix on nixos system

2020-03-19 Thread Marius Bakke
Roy Lemmon writes: > Hi All, > > I have followed the instructions in that link and successfully installed > the build users and guix daemon on my nixos system. As root, I can run > > guix package -i hello > > and the hello package is installed and I can run it. > > However I am having trouble set