_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above.

API method:

GET /api/services?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


linux-loadable-modules
Channel: guix
Location: gnu/services.scm (gnu services)
Description:

Adds packages and package outputs as modules included in the booted linux-libre profile. Other services can extend this service type to add particular modules to the set of linux-loadable modules.

system
Channel: guix
Location: gnu/services.scm (gnu services)
Description:

Build the operating system top-level directory, which in turn refers to everything the operating system needs: its kernel, initrd, system profile, boot script, and so on.

activate
Channel: guix
Location: gnu/services.scm (gnu services)
Description:

Run activation code at boot time and upon guix system reconfigure completion.

linux-builder
Channel: guix
Location: gnu/services.scm (gnu services)
Description:

Builds the linux-libre kernel profile, containing the kernel itself and any linux-loadable kernel modules. This can be extended with a function that accepts the current configuration and returns a new configuration.

provenance
Channel: guix
Location: gnu/services.scm (gnu services)
Description:

Store provenance information about the system in the system itself: the channels used when building the system, and its configuration file, when available.

privileged-program
Channel: guix
Location: gnu/services.scm (gnu services)
Description:

Copy the specified executables to /run/privileged/bin and apply special privileges like setuid and/or setgid.

The deprecated /run/setuid-programs directory is also populated with symbolic links to their /run/privileged/bin counterpart. It will be removed in a future Guix release.

gc-roots
Channel: guix
Location: gnu/services.scm (gnu services)
Description:

Register garbage-collector roots---i.e., store items that will not be reclaimed by the garbage collector.

device-mapping
Channel: guix
Location: gnu/system/mapped-devices.scm (gnu system mapped-devices)
Description:

Map a device node using Linux's device mapper.

session-environment
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
Description:

Populate /etc/environment, which is honored by pam_env, with the specified environment variables. The value of this service is a list of name/value pairs for environments variables, such as:

'(("TZ" . "Canada/Pacific"))
pam
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
Description:

Configure the Pluggable Authentication Modules (PAM) for all the specified PAM services. Each PAM service corresponds to a program, such as login or sshd, and specifies for instance how the program may authenticate users or what it should do when opening a new session.

subids
Channel: guix
Location: gnu/system/shadow.scm (gnu system shadow)
Description:

Ensure the specified sub UIDs and sub GIDs exist in /etc/subuid and /etc/subgid.

account
Channel: guix
Location: gnu/system/shadow.scm (gnu system shadow)
Description:

Ensure the specified user accounts and groups exist, as well as each account home directory.

marionette-repl
Channel: guix
Location: gnu/tests.scm (gnu tests)
Description:

The marionette service allows a guest system (virtual machine) to be manipulated by the host. It is used for system tests.

Total results: 709