summaryrefslogtreecommitdiff
path: root/modules/services
AgeCommit message (Collapse)Author
2022-09-18Merge pull request #528 from sikmir/yabaiDomen Kožar
yabai: set default package
2022-09-16yabai: set default packageNikolay Korotkiy
2022-09-09Remove lib.mdDoc usageGreg Pfeil
2022-09-09Add tailscale service moduleGreg Pfeil
2022-09-01karabiner-elements: don't use scriptsMichael Hoang
`launchd.daemons.*.script` are stored in `/nix/store` which might not be mounted when the launch daemon attempts to start.
2022-08-29Merge pull request #507 from misuzu/netbird-moduleDomen Kožar
Add netbird module
2022-08-28Add netbird modulemisuzu
2022-08-28karabiner-elements: init moduleMichael Hoang
2022-08-26fix(gitlab-runner): deprecated literalExampleJan Schmitt
* replace all occurrence's with literalExpression * fixes #504
2022-08-24Merge pull request #289 from angerman/angerman/gitlab-runnerDomen Kožar
adds gitlab-runner
2022-08-16Tweak `nix.gc` module to more closely match NixOS moduleMalo Bourgon
2022-08-16Update `nix.gc` module with same indenting/formatting as NixOS moduleMalo Bourgon
2022-08-16Update/adapt daemon CPU/IO priority options in `nix` moduleMalo Bourgon
Stop using `nice` related options like NixOS, and because `launchd` recommends using `ProcessType` instead. Note this commit also changes the default `ProcessType` for the `nix-daemon` from `Interactive` to `Standard`.
2022-04-26modules: make dataDir nullable in redisSoner Sayakci
2022-03-30fixupMoritz Angermann
2022-03-30uid/gid/utilMoritz Angermann
2022-03-30Update gitlab-runner.nixMoritz Angermann
2022-03-30adds gitlab-runnerMoritz Angermann
2022-02-23cachix-agent: literalExample -> literalExpressionYestin L. Harrison
2022-02-19Merge pull request #438 from domenkozar/cachix-deployDaiderd Jordan
Add Cachix Agent
2022-02-16Add Cachix Agent supportDomen Kožar
2022-02-08telegraf: init moduleFinn Behrens
2021-10-23add forward compatibility for literalExample deprecationDaiderd Jordan
Fixes #367
2021-03-11spotifyd: add spotifyd serviceMario Rodas
2021-01-28fix: use separate config option to set port of DNSmasqŁukasz Niemier
Older approach seems to not work on macOS 11 Big Sur for some reason.
2020-12-06Merge pull request #261 from cmacrae/yabai/load_saDaiderd Jordan
yabai: load scripting addition in yabai-sa daemon
2020-12-06Merge pull request #252 from happysalada/fix_emacs_pathDaiderd Jordan
emacs: add system path env var
2020-12-06Merge pull request #247 from happysalada/fix_nextdnsDaiderd Jordan
nextdns: add to modulelist
2020-12-03yabai: load scripting addition in yabai-sa daemoncmacrae
2020-11-27emacs: add path confighappysalada
2020-11-27nexdns: add module and testshappysalada
2020-11-08Merge pull request #245 from happysalada/masterDaiderd Jordan
modules: add nextdns service
2020-11-07switch from agent to daemon to run as rootRaphael Megzari
2020-11-05Merge pull request #242 from akrmn/lorri-pathDaiderd Jordan
add git, gnutar and gzip to lorri's path
2020-11-05add git, gnutar and gzip to lorri's pathMoisés Ackerman
2020-11-05modules: add nextdns servicehappysalada
2020-10-29Add extraConfig option to redisAndrew Seward
2020-10-25include etc in activate-systemDaiderd Jordan
Since the etc actiation now includes a content whitelist files might get replaced automatically after system updates. So including it in the activation here should resolve most issues.
2020-10-25remove nix 1.x config compatibilityDaiderd Jordan
2020-08-31Disable StandardOutPath by default and refactor test to using plutilThibault Gagnaux
2020-08-30Corrects description.Thibault Gagnaux
2020-08-30Removes zsh and getEnv and adds needed NIX_PATH env.Thibault Gagnaux
2020-08-29Makes it work.Thibault Gagnaux
2020-08-29Adds lorri service.Thibault Gagnaux
2020-05-15Separate yabai config and extra config by newlineShardul Baral
If a user passes both `config` and `extraConfig` to the `yabai` serivce, the generated `yabairc` file is invalid. This is because we do not add a newline separator when we concatenate the config string generated by `toYabaiConfig cfg.config` with `cfg.extraConfig`. This PR prepends a newline to `cfg.extraConfig` if it is non-empty so that the resulting `yabairc` config is valid.
2020-05-14module: add spacebar servicecmacrae
2020-05-10module: add yabai servicecmacrae
2020-05-03Merge pull request #195 from hauleth/ft/add-dnsmasq-serviceDaiderd Jordan
Add DNSmasq service
2020-04-28docs: add exampleŁukasz Niemier
2020-04-28test: add tests for new serviceŁukasz Niemier