summary refs log tree commit diff
path: root/nixos/modules/services/development
Commit message (Collapse)AuthorAge
* add a defaultTextTaeer Bar-Yam2022-02-23
|
* tweaksTaeer Bar-Yam2022-02-23
|
* whitespaceTaeer Bar-Yam2022-02-23
|
* zammad: test passes!Taeer Bar-Yam2022-02-23
|
* minor changesTaeer Bar-Yam2022-02-23
|
* zammad: reformatTaeer Bar-Yam2022-02-23
|
* Zammad: more fixesTaeer Bar-Yam2022-02-23
|
* zammad: fix module databasesTaeer Bar-Yam2022-02-23
|
* minor tweaksTaeer Bar-Yam2022-02-23
|
* fix zammad serviceTaeer Bar-Yam2022-02-23
|
* zammad: fix module/testTaeer Bar-Yam2022-02-23
|
* zammad: init moduleTaeer Bar-Yam2022-02-23
| | | | Co-authored-by: garbas <rok@garbas.si>
* nixos/rstudio-server: initJustin Bedo2022-01-17
|
* nixos/hoogle: Type the last optionJanne Heß2021-12-07
|
* blackfire: 1.49.4 → 2.5.1Jan Tojnar2021-10-21
| | | | https://blackfire.io/docs/up-and-running/agent-upgrade
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/distccd: initBernardo Meurer2021-08-29
| | | | Closes: #42604
* treewide: Port type adaptationsDaniel Nagy2021-08-11
|
* python3Packages.scikitlearn: rename to scikit-learnDavHau2021-05-17
|
* Revert "nixos/hoogle: add type"Fritz Otlinghaus2021-02-01
|
* nixos/hoogle: add typeScriptkiddi2021-01-29
|
* nixos: use functionTo to prevent evaluation errors while mergingBas van Dijk2021-01-24
| | | | | | | | | | | | | | | Without this patch merging options like services.xserver.windowManager.xmonad.extraPackages results in the evaluation error: error: value is a list while a set was expected, at nixpkgs/lib/options.nix:77:23 With this patch we get the desired merging behaviour that just concatenates the resulting package lists. (cherry picked from commit 6e99f9fdecb1f28308c8e0aed0fc851737354864) Co-Authored-By: Silvan Mosberger <contact@infinisil.com>
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* hoogle: set the host to bind onBen Sima2020-12-30
| | | | Message-Id: <20201230032048.32626-1-ben@bsima.me>
* nixos/services/hoogle use DynamicUser instead of nobodyNathan van Doorn2020-11-30
| | | | | | | I've also removed PrivateTmp = true because this is implied by dynamic user. I've left ProtectHome = true because I believe this is stronger than ProtectHome = "read-only" which DynamicUser implies.
* nixos/blackfire: initJan Tojnar2020-10-07
|
* nixos/lorri: add package optionEvan Stoll2020-09-07
|
* jupyterhub: fix authenticator configurationAugustin Borsu2020-08-25
| | | authentication_class is invalid, it should be authenticator_class cfr [project doc|https://tljh.jupyter.org/en/latest/topic/authenticator-configuration.html]
* pythonPackages.systemdspawner: init at 0.14Chris Ostrouchov2020-08-10
|
* nixos/jupyterhub: init serviceChris Ostrouchov2020-08-10
|
* nixos/jupyter: add package and command optionsKristoffer Søholm2020-07-07
|
* nixos/jupyter: Fix documentation example for `jupyter.kernels` (#56415)Benjamin2020-01-31
| | | | | | | | * Fix documentation example for `jupyter.kernels` The environment variable loading fails when using the example for `kernels` config, due to incorrect syntax. The error being something along the lines of `path not found`. Thanks to @Infinisil and @layus for suggestions.
* lorri: add git to daemon pathLeonhard Markert2019-12-16
| | | | Lorri's daemon invokes Nix which requires Git on its path. https://github.com/target/lorri/issues/255
* nixos/lorri: add to environment.systemPackagesFlorian Klink2019-11-15
| | | | | | | most likely, people enabling the lorri module also want to use it, without explicitly having to add it to users.users.<username>.packages. cc @curiousleo @Profpatsch
* lorri service module: initLeonhard Markert2019-11-14
|
* bloop: allow specifying extra cli optionsKevin Rauscher2019-07-25
|
* bloop: get closer to standard bloop packagingKevin Rauscher2019-07-24
|
* nixos/jupyter: wait for network.targetsveitser2018-11-06
|
* nixos/jupyter: init serviceAugustin Borsu2018-08-26
|
* nixos/hoogle: add home option (#44103)Isaac Shapira2018-07-30
|
* bloop: init at 1.0.0-M11Kevin Rauscher2018-06-23
|
* hoogle service: fixupsJoachim Fasting2016-04-22
| | | | | | | | | | | | Basic hardening - Run as nobody:nogroup with a private /tmp, /home & /run/user - Create working directory under /run (hoogle insists on writing to cwd and otherwise returns "something went wrong" to every query) Option tweaks - Provide a default for the haskellPackage option - Set text values for defaults - Move hoogleEnv to the top-level & simplify it
* hoogle service: initWilliam Casarin2016-04-22