Hi Peri,
On 4/14/26 01:11, Ian Eure wrote:
Hi Peri,
Peri Didaskalou <[email protected]> writes:
Hi Irfan,
Yes, you and seven other kind people gently indicated how careless I
was to not use ' guix system reconfigure /etc/config.scm' . I also
understand that config.scm can be anywhere,
but there should only be one of these which, at the very least defines
a user list; I think.
I’m not sure what you’re trying to say. The configuration must
contain an operating-system record, which may include users to create
on the system.
To add to that: the 'config.scm' file that describes the current system
configuration can be found with `guix system describe`.
At the end it should say something like:
configuration file:
/gnu/store/10g8yxnrkpxv3nckkfj3cx7qdw29k98x-configuration.scm
And that should normally indeed contain a list of current users; root is
implied though.
Hugo