| programs.tmux.tmuxOptions.<name>.target | Name of symlink
|
| nix.registry.<name>.from | The flake reference to be rewritten.
|
| environment.etc.<name>.target | Name of symlink
|
| users.users.<name>.home | The user's home directory
|
| services.postgresql.ensureUsers.*.name | Name of the user to ensure.
|
| users.users.<name>.createHome | Create the home directory when creating the user.
|
| users.users.<name>.description | A short description of the user account, typically the
user's full name
|
| nix.registry.<name>.flake | The flake input from is rewritten to.
|
| users.groups.<name>.members | The group's members.
|
| programs.ssh.knownHosts.<name>.hostNames | The set of system-wide known SSH hosts
|
| system.activationScripts.<name>.target | Name of symlink
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.Bonjour | This optional key can be used to request that the service be registered with the
mDNSResponder(8)
|
| users.users.<name>.shell | The user's shell
|
| environment.launchAgents.<name>.target | Name of symlink
|
| services.github-runners.<name>.runnerGroup | Name of the runner group to add this runner to (defaults to the default runner group)
|
| launchd.agents | Definition of per-user launchd agents
|
| nix.registry.<name>.exact | Whether the from reference needs to match exactly
|
| environment.userLaunchAgents.<name>.target | Name of symlink
|
| users.users.<name>.packages | The set of packages that should be made availabe to the user
|
| environment.launchDaemons.<name>.target | Name of symlink
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SockNodeName | This optional key specifies the node to connect(2) or bind(2) to.
|
| launchd.daemons.<name>.path | Packages added to the service's PATH
environment variable
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SockType | This optional key tells launchctl what type of socket to create
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SockPathName | This optional key implies SockFamily is set to "Unix"
|
| launchd.user.agents | Definition of per-user launchd agents
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SockFamily | This optional key can be used to specifically request that "IPv4" or "IPv6" socket(s) be created.
|
| launchd.daemons.<name>.script | Shell commands executed as the service's main process.
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SockPathMode | This optional key specifies the mode of the socket
|
| programs.vim.vimOptions.<name>.text | Text of the file.
|
| services.github-runners.<name>.user | User under which to run the service
|
| services.github-runners.<name>.group | Group under which to run the service
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SockServiceName | This optional key specifies the service on the node to connect(2) or bind(2) to.
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SockPassive | This optional key specifies whether listen(2) or connect(2) should be called on the created file
descriptor
|
| launchd.daemons.<name>.command | Command executed as the service's main process.
|
| programs.tmux.tmuxOptions.<name>.text | Text of the file.
|
| services.github-runners.<name>.package | The github-runner package to use.
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SockProtocol | This optional key specifies the protocol to be passed to socket(2)
|
| environment.etc.<name>.text | Text of the file.
|
| services.gitlab-runner.services.<name>.tagList | Tag list.
|
| services.github-runners.<name>.workDir | Working directory, available as $GITHUB_WORKSPACE during workflow runs
and used as a default for repository checkouts
|
| programs.vim.vimOptions.<name>.source | Path of the source file.
|
| services.github-runners.<name>.enable | Whether to enable GitHub Actions runner
|
| services.github-runners.<name>.url | Repository to add the runner to
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.SecureSocketWithKey | This optional key is a variant of SockPathName
|
| services.github-runners.<name>.extraLabels | Extra labels in addition to the default (unless disabled through the noDefaultLabels option)
|
| programs.vim.vimOptions.<name>.enable | Whether this file should be generated
|
| programs.tmux.tmuxOptions.<name>.source | Path of the source file.
|
| services.gitlab-runner.services.<name>.limit | Limit how many jobs can be handled concurrently by this service.
0 (default) simply means don't limit.
|
| services.github-runners.<name>.nodeRuntimes | List of Node.js runtimes the runner should support.
|
| services.gitlab-runner.services.<name>.cloneUrl | Overwrite the URL for the GitLab instance
|
| environment.etc.<name>.source | Path of the source file.
|
| programs.tmux.tmuxOptions.<name>.enable | Whether this file should be generated
|
| services.gitlab-runner.services.<name>.dockerImage | Docker image to be used.
|
| services.gitlab-runner.services.<name>.buildsDir | Absolute path to a directory where builds will be stored
in context of selected executor (Locally, Docker, SSH).
|
| launchd.daemons.<name>.serviceConfig | Each attribute in this set specifies an option for a key in the plist.
https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html
|
| services.github-runners.<name>.extraPackages | Extra packages to add to PATH of the service to make them available to workflows.
|
| environment.etc.<name>.enable | Whether this file should be generated
|
| users.groups.<name>.description | The group's description.
|
| services.gitlab-runner.services.<name>.preCloneScript | Runner-specific command script executed before code is pulled.
|
| services.github-runners.<name>.noDefaultLabels | Disables adding the default labels
|
| launchd.daemons.<name>.serviceConfig.Sockets.<name>.MulticastGroup | This optional key can be used to request that the datagram socket join a multicast group
|
| programs.ssh.knownHosts.<name>.publicKey | The public key data for the host
|
| programs.ssh.knownHosts.<name>.extraHostNames | A list of additional host names and/or IP numbers used for
accessing the host's ssh service
|
| services.gitlab-runner.services.<name>.preBuildScript | Runner-specific command script executed after code is pulled,
just before build executes.
|
| launchd.daemons.<name>.serviceConfig.Nice | This optional key specifies what nice(3) value should be applied to the daemon.
|
| system.activationScripts.<name>.text | Text of the file.
|
| services.gitlab-runner.services.<name>.dockerExtraHosts | Add a custom host-to-IP mapping.
|
| services.gitlab-runner.services.<name>.postBuildScript | Runner-specific command script executed after code is pulled
and just after build executes.
|
| services.github-runners.<name>.tokenFile | The full path to a file which contains either
- a fine-grained personal access token (PAT),
- a classic PAT
- or a runner registration token
Changing this option or the tokenFile’s content triggers a new runner registration
|
| services.gitlab-runner.services.<name>.executor | Select executor, eg. shell, docker, etc
|
| launchd.daemons.<name>.serviceConfig.Label | This required key uniquely identifies the job to launchd.
|
| services.gitlab-runner.services.<name>.runUntagged | Register to run untagged builds; defaults to
true when tagList is empty.
|
| users.users.<name>.ignoreShellProgramCheck | By default, nix-darwin will check that programs
|
| services.gitlab-runner.services.<name>.dockerVolumes | Bind-mount a volume and create it
if it doesn't exist prior to mounting.
|
| environment.launchAgents.<name>.text | Text of the file.
|
| launchd.daemons.<name>.serviceConfig.Debug | This optional key specifies that launchd should adjust its log mask temporarily to LOG_DEBUG while
dealing with this job.
|
| services.gitlab-runner.services.<name>.protected | When set to true Runner will only run on pipelines
triggered on protected branches.
|
| launchd.daemons.<name>.serviceConfig.RunAtLoad | This optional key is used to control whether your job is launched once at the time the job is loaded
|
| launchd.daemons.<name>.serviceConfig.UserName | This optional key specifies the user to run the job as
|
| services.gitlab-runner.services.<name>.dockerDisableCache | Disable all container caching.
|
| system.activationScripts.<name>.source | Path of the source file.
|
| environment.userLaunchAgents.<name>.text | Text of the file.
|
| services.github-runners.<name>.serviceOverrides | Modify the service
|
| programs.ssh.knownHosts.<name>.certAuthority | This public key is an SSH certificate authority, rather than an
individual host's key.
|
| launchd.daemons.<name>.serviceConfig.TimeOut | The recommended idle time out (in seconds) to pass to the job
|
| environment.launchDaemons.<name>.text | Text of the file.
|
| services.gitlab-runner.services.<name>.dockerAllowedImages | Whitelist allowed images.
|
| networking.computerName | The user-friendly name for the system, set in System Preferences > Sharing > Computer Name
|
| programs.ssh.knownHosts.<name>.publicKeyFile | The path to the public key file for the host
|
| services.gitlab-runner.services.<name>.maximumTimeout | What is the maximum timeout (in seconds) that will be set for
job when using this Runner. 0 (default) simply means don't limit.
|
| launchd.daemons.<name>.serviceConfig.MachServices | This optional key is used to specify Mach services to be registered with the Mach bootstrap sub-system
|
| security.sandbox.profiles.<name>.closure | List of store paths to make accessible.
|
| launchd.daemons.<name>.serviceConfig.WatchPaths | This optional key causes the job to be started if any one of the listed paths are modified.
|
| services.gitlab-runner.services.<name>.debugTraceDisabled | When set to true Runner will disable the possibility of
using the CI_DEBUG_TRACE feature.
|
| launchd.daemons.<name>.serviceConfig.Umask | This optional key specifies what value should be passed to umask(2) before running the job
|
| launchd.daemons.<name>.serviceConfig.ExitTimeOut | The amount of time launchd waits before sending a SIGKILL signal
|
| launchd.daemons.<name>.serviceConfig.StartOnMount | This optional key causes the job to be started every time a filesystem is mounted.
|
| system.activationScripts.<name>.enable | Whether this file should be generated
|
| environment.launchAgents.<name>.source | Path of the source file.
|
| launchd.daemons.<name>.environment | Environment variables passed to the service's processes.
|