| _module.args | Additional arguments passed to each module in addition to ones
like lib, config,
and pkgs, modulesPath
|
| services.gitlab-runner.configFile | Configuration file for gitlab-runner.
configFile takes precedence over services.
checkInterval and concurrent will be ignored too
|
| nix.gc.interval | The calendar interval at which the garbage collector will run
|
| services.github-runners | Multiple GitHub Runners
|
| homebrew.global.brewfile | Whether to enable Homebrew to automatically use the Brewfile that this module generates in
the Nix store, when you manually invoke brew bundle
|
| system.patches | Set of patches to apply to /.
This can modify everything so use with caution.
Useful for safely changing system files
|
| nix.optimise.interval | The calendar interval at which the optimiser will run
|
| homebrew.enable | Whether to enable nix-darwin to manage installing/updating/upgrading Homebrew taps, formulae,
casks, Mac App Store apps, Visual Studio Code extensions, Go packages, and Cargo
crates using Homebrew Bundle
|
| services.postgresql.authentication | Defines how users authenticate themselves to the server
|
| nixpkgs.overlays | List of overlays to apply to Nixpkgs
|
| homebrew.global.lockfiles | Whether to enable Homebrew to generate lockfiles when you manually invoke
brew bundle [install]
|
| homebrew.onActivation.cleanup | This option manages what happens to packages installed by Homebrew that aren't present in
the Brewfile generated by this module, during nix-darwin system
activation
|