Hi! "John Haman" <[email protected]> skribis:
> I am using operating-system-expression because my configuration is also > a channel. Very nice, way to go! A colleague of mine recently switched our build farm configuration to this model and the nice thing (among others) is that ‘guix system describe’ shows precisely which config is being used: https://gitlab.inria.fr/guix-hpc/sysadmin We should add a cookbook entry to popularize this approach. > The module (systems latitude-7420-system) has the variable > latitude-7420-os in it, which is an operating system. This OS variable > also inherits from others OSs: one in (systems laptop-system)... and > that OS inherits from (systems base-system). These modules appear to be > imported correctly with #:use-module in there respective files. I think the solution is to add your config to the ‘channels’ field of ‘unattended-upgrade-configuration’. You can also remove ‘with-imported-modules’ at that point: those modules will be provided by ‘guix’. Could you check if that works? HTH, Ludo’.
