| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-28 | ft: add DNSmasq service | Łukasz Niemier | |
| This is useful for redirecting some TLDs to the different addresses. For example I use it to make all requests to `*.localhost` to be resolved to loopback address which allows me to easily work and test services that are relying on different domains. | |||
| 2020-04-14 | launchd: allow customization of the default launchd prefix | Wael M. Nasreddine | |
| 2020-02-24 | nix-daemon: use wait4path | Daiderd Jordan | |
| This prevents the service from starting (and thus failing) before the nix store is mounted. | |||
| 2019-10-17 | buildkite: add preCommands option | Samuel Leathers | |
| 2019-09-10 | Revert "Add hercules-ci-agent" | Robert Hensing | |
| This reverts commit fb0a1763f5779b869d5dc4240b0bdd668acd0e68. Reason: this implementation of the module is outdated and broken. We recommend to follow instructions in the web app or https://docs.hercules-ci.com | |||
| 2019-08-31 | modules: remove usages of types.string | Mario Rodas | |
| 2019-07-02 | Merge pull request #147 from eraserhd/autossh | Daiderd Jordan | |
| port autossh service from nixos | |||
| 2019-07-02 | port autossh service from nixos | Jason Felice | |
| 2019-07-01 | nix: fix useDaemon conditions | Daiderd Jordan | |
| The nix.useDaemon option enables using a multi-user install without managing the nix installation with nix-darwin. The following checks apply to both cases. | |||
| 2019-05-29 | postgresql: add character set config | Kevin Griffin | |
| `initdb` expects to read the locale or SQL_ASCII environment variable to determine the most appropriate character set. Instead, offer a configuration option. | |||
| 2019-05-17 | hercules-ci-agent: simplify package import | Domen Kožar | |
| 2019-05-17 | SSL_CERT_FILE -> NIX_SSL_CERT_FILE | Domen Kožar | |
| 2019-05-16 | Add hercules-ci-agent | Domen Kožar | |
| 2019-05-04 | ofborg: fix option descriptions | Daiderd Jordan | |
| 2019-03-30 | Merge pull request #135 from marsam/feature/postgresql-plugins | Daiderd Jordan | |
| postgresql: Add support for extraPlugins | |||
| 2019-03-29 | postgresql: Use core `ln` from coreutils | Mario Rodas | |
| Otherwise it fallbacks to /bin/ln which is outdated and might not work. | |||
| 2019-03-25 | postgresql: Add support for extraPlugins | Mario Rodas | |
| 2019-02-22 | nix-daemon: make default values overridable without mkForce | Daiderd Jordan | |
| 2019-02-18 | nix-daemon: enable forking workaround by default | Daiderd Jordan | |
| This should be relatively safe and there's still no real solution for it. | |||
| 2019-01-16 | nix-daemon: use system NIX_SSL_CERT_FILE | Daiderd Jordan | |
| Otherwise the daemon wouldn't honor extra certificates from the security.pki options. | |||
| 2019-01-02 | nix-gc: add user option | Daiderd Jordan | |
| This configures the user that runs the garbage collector, particularly useful for single-user installs. Otherwise it runs as root resulting in permission issues afterwards. | |||
| 2019-01-02 | Merge pull request #97 from peel/patch-1 | Daiderd Jordan | |
| [services.emacs] use `fg-daemon` flag for service | |||
| 2018-09-15 | synapse-bt: add synapse-bt service | Mario Rodas | |
| 2018-09-14 | synergy: Add module for client and server | Michael Hoang | |
| 2018-09-03 | use `fg-daemon` flag for emacs service | Piotr Limanowski | |
| As the default package is now emacs 26.1 and --daemon flag falls back to forking behaviour the recommended way is to use fg-daemon, see: lists.gnu.org/archive/html/emacs-devel/2016-11/msg00383.html, lists.gnu.org/archive/html/emacs-devel/2017-05/msg00861.html | |||
| 2018-08-24 | chunkwm: support multiple outputs | Daiderd Jordan | |
| Since the package contains both chunkwm (daemon) and chunc (client) the daemon shouldn't really be in PATH by default. Usually libexec is used for this, however this would break the current expression used by people. This enables moving chunkc to a bin output for this purpose. eg. https://github.com/LnL7/dotfiles/commit/7ad4b4d23d029bb36213171df6447ca0838e2226 | |||
| 2018-08-03 | Merge pull request #92 from carlosdagos/privoxy-service | Daiderd Jordan | |
| Add a privoxy service | |||
| 2018-08-02 | Add a privoxy service | Carlos D | |
| 2018-08-01 | Merge pull request #84 from periklis/fix-offlineimap-args | Daiderd Jordan | |
| [service/offlineimap]: Fix args passing to execvp | |||
| 2018-08-01 | Fix args passing to execvp | Periklis Tsirakidis | |
| 2018-07-27 | Make the skhd service default to the skhd package | Alyssa Ross | |
| This can be overrided if necessary, but I don't see any reason the nixpkgs package shouldn't be the default. It looks like this package didn't exist when the service was created. | |||
| 2018-07-21 | types.string -> types.str | Daiderd Jordan | |
| These options unintentionally used the deprecated string type, the important difference between these is the fact that string merges by default (similar to eg. lines) while str can only have a single value. | |||
| 2018-06-21 | nix-daemon: add option to make service socket activated | Daiderd Jordan | |
| This makes the service start on demand when a client connects to the daemon socket, instead of keeping it alive. services.nix-daemon.enableSocketListener = true; | |||
| 2018-06-05 | Add appropriate option defaults | Periklis Tsirakidis | |
| 2018-06-04 | Init offlineimap service | Periklis Tsirakidis | |
| 2018-05-10 | fixup! buildkite-agent: fix variable expansion in hook scripts | Rodney Lorrimar | |
| Addresses PR review comment. | |||
| 2018-04-25 | buildkite-agent: Only start service once networking is available | Rodney Lorrimar | |
| buildkite-agent gets the hostname at startup, so needs to be started after the hostname is set. | |||
| 2018-04-25 | buildkite-agent: fix variable expansion in hook scripts | Rodney Lorrimar | |
| @cleverca found this bug in the declarative hooks config. Any shell variables referenced in a hook script would get expanded by the hooks directory builder. Prevent variable expansion by quoting the here doc limit string. | |||
| 2018-03-27 | khd: don't depend on kwm directly | Daiderd Jordan | |
| Iff the kwm service is enabled the commands will still be in the default PATH. | |||
| 2018-03-27 | skhd: simplify service | Daiderd Jordan | |
| 2018-03-26 | nix: update config options for 2.0 | Daiderd Jordan | |
| 2018-03-26 | nix-daemon: make cacert overridable without mkForce | Daiderd Jordan | |
| Fixes #74 | |||
| 2018-03-05 | ofborg: add basic test | Daiderd Jordan | |
| 2018-03-05 | removes accessibility setting as it's been removed by darwin | peel | |
| for the record, this is related to https://support.apple.com/en-us/HT204899 | |||
| 2018-03-03 | adds skhd module | Piotr Limanowski | |
| 2018-02-28 | activate-system: run keyboard activation at boot | Daiderd Jordan | |
| The keyboard mappings are not persistent and need to be reapplied after a reboot. | |||
| 2018-02-26 | buildkite-agent service: add test case | Rodney Lorrimar | |
| 2018-02-23 | fixup! buildkite-agent service: init for nix-darwin | Rodney Lorrimar | |
| 2018-02-23 | buildkite-agent service: init for nix-darwin | Rodney Lorrimar | |
| 2018-02-22 | buildkite-agent service: copy from NixOS | Rodney Lorrimar | |
