Thanks for your response. sure I will pass my system config file as an argument to guix:
$ guix system reconfigure /etc/confg.scm but my question is about to detect my custom service definition files ( myservice.scm ) in order that I could use them inside my config.scm . for existing services, their definition files are located in store, in `/gnu/store/.../gnu/service/` path. Best, Reza On Mon, Feb 18, 2019, at 2:22 AM, nly wrote: > Guix system is declared in 1 file. The file may be 'config.scm',or > 'xyz.scm', or even 'foo.bar'. > > It is not automatically detected by 'guix system' commands(you might be > thinking of nix). > > It is supplied as a command-line argument with the 'guix system' > commands. Check 'guix system --help'. > > On February 17, 2019 5:09:26 PM UTC, Reza Alizadeh Majd > <[email protected]> wrote: > >Hi, > > > >does anyone know where do I have to place my custom service definition > >`.scm` files, > >in order to automatically be identified by `guix system reconfigure` > >command? > > > >Thanks, > >Reza > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity.
