summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* nixos/mysql: CleanupsWilliam A. Kennington III2015-03-31
|
* Merge pull request #7060 from abbradar/nm-l2tpNikolay Amiantov2015-03-30
|\ | | | | Support L2TP in NetworkManager
| * nixos/networkmanager: support l2tpNikolay Amiantov2015-03-29
| |
* | Merge pull request #7066 from edwtjo/xbmc-pruningEdward Tjörnhammar2015-03-30
|\ \ | | | | | | Remove XBMC expressions in favor of the Kodi ones
| * | Remove XBMC expressions in favor of the Kodi onesEdward Tjörnhammar2015-03-30
| | |
* | | Merge pull request #7031 from cwoac/mediatomblethalman2015-03-30
|\ \ \ | | | | | | | | Add MediaTomb service
| * | | Add MediaTomb serviceOliver Matthews2015-03-27
| | | |
* | | | Revert "Merge pull request #7032 from flosse/change-option-names"Luca Bruno2015-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c265aafb555d172baa56e22b2c371d0b6fbe4952, reversing changes made to c9bbf2228f7a71f6bdec51a0c7bbb9ba7206c1ff. Breaks evaluation, see https://github.com/NixOS/nixpkgs/pull/7032#issuecomment-87641471
* | | | Merge pull request #7032 from flosse/change-option-nameslethalman2015-03-30
|\ \ \ \ | |_|/ / |/| | | nixos: prosody service - rename 'enabled' to 'enable'
| * | | nixos: prosody service - rename virtualHosts option 'enabled' to 'enable'Markus Kohlhase2015-03-27
| |/ /
* | / nixos/mysql: All versions of mysql have mysqld in /binWilliam A. Kennington III2015-03-29
| |/ |/|
* | Merge pull request #6968 from oxij/unquestionably-goodArseniy Seroka2015-03-28
|\ \ | |/ |/| Easy to check to be unquestionably good changes
| * nixos: use types.enum instead of ad-hoc check in sshd serviceJan Malakhovski2015-03-26
| |
| * nixos: udev: build rules locallyJan Malakhovski2015-03-26
| |
* | Merge pull request #6940 from offlinehacker/pkgs/ripple-data-api/addJaka Hudoklin2015-03-26
|\ \ | |/ |/| Add ripple data api package and nixos service
| * Add ripple data api package and nixos serviceJaka Hudoklin2015-03-26
| |
* | Merge pull request #6893 from hrdinka/nsd-config-optionsArseniy Seroka2015-03-23
|\ \ | | | | | | nsd: Fix automatic config options
| * | nsd: Fix automatic config optionsChristoph Hrdinka2015-03-19
| | |
* | | Merge pull request #6917 from offlinehacker/rippled/module/awesomeJaka Hudoklin2015-03-22
|\ \ \ | |_|/ |/| | rippled: expose more options, make compatible with new rippled version
| * | rippled: expose more options, make compatible with new rippled versionJaka Hudoklin2015-03-21
| | |
* | | Merge pull request #6882 from offlinehacker/nixos/fluentdJaka Hudoklin2015-03-21
|\ \ \ | | | | | | | | Add fluentd package and module
| * | | Add fluentd package and moduleJaka Hudoklin2015-03-18
| | | |
* | | | Merge pull request #6875 from offlinehacker/nixos/cadvisor/fixJaka Hudoklin2015-03-21
|\ \ \ \ | | | | | | | | | | nixos/cadvisor: fixes
| * | | | nixos/cadvisor: fixesJaka Hudoklin2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | - run as non root user, because of docker - run docker by default
* | | | | spectrwm window managerWilliam Casarin2015-03-21
| |_|/ / |/| | |
* | | | nixos: added aiccu serviceEdward Tjörnhammar2015-03-20
| | | |
* | | | nixos/mpd: Fix creation of "mpd" group.aszlig2015-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The group is specified using a singleton list, so the loaOf merging is done by iterating through the list items with imap, so it enumerates every element and sets that as the default "name" attribute. From lib/types:143: name = elem.name or "unnamed-${toString defIdx}.${toString elemIdx}"; So, people get groups like "unnamed-X.Y" instead of "mpd". Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: devhell <"^"@regexmail.net> Tested-by: devhell <"^"@regexmail.net>
* | | | Merge pull request #6874 from offlinehacker/pkgs/kubernetes/updateJaka Hudoklin2015-03-20
|\ \ \ \ | | | | | | | | | | kubernetes: update to 0.12.1, fix module
| * | | | kubernetes: update to 0.12.1, fix moduleJaka Hudoklin2015-03-18
| |/ / /
* | | | Merge pull request #6611 from jagajaga/slurmArseniy Seroka2015-03-19
|\ \ \ \ | |_|_|/ |/| | | Slurm module
| * | | slurm: impl basic configurationArseniy Seroka2015-03-07
| | | |
| * | | slurm: impl simple serviceArseniy Seroka2015-03-07
| | | |
| * | | munge: add serviceArseniy Seroka2015-03-07
| | | |
* | | | Merge pull request #6873 from offlinehacker/pkgs/panamax/updateJaka Hudoklin2015-03-19
|\ \ \ \ | | | | | | | | | | panamax: update, fix module
| * | | | panamax: update, fix moduleJaka Hudoklin2015-03-18
| | | | |
* | | | | Merge pull request #6885 from hrdinka/update-nsdArseniy Seroka2015-03-19
|\ \ \ \ \ | | | | | | | | | | | | nsd: Update from 4.1.0 -> 4.1.1
| * | | | | nsd: Update from 4.1.0 -> 4.1.1Christoph Hrdinka2015-03-18
| | |_|_|/ | |/| | |
* / | | | scollector module: Add extraOpts optionRickard Nilsson2015-03-18
|/ / / /
* | | | Revert "nixos: Multiple service instances, apply to nginx. See #6784"Luca Bruno2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7ef59c4fe2a87682054572a504fc7c6046c282e5. Wrong push! Sorry!
* | | | nixos: Multiple service instances, apply to nginx. See #6784Luca Bruno2015-03-18
|/ / /
* | | Merge pull request #6832 from k0ral/icecastlethalman2015-03-17
|\ \ \ | | | | | | | | Added icecast module
| * | | Added icecast module.koral2015-03-17
| | | |
* | | | Merge pull request #6842 from philandstuff/hash-owncloud-admin-passwordlethalman2015-03-17
|\ \ \ \ | | | | | | | | | | owncloud: don't store plaintext adminPassword in nix store
| * | | | owncloud: don't store plaintext adminPassword in nix storePhilip Potter2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than using openssl to hash the password at build time, and hence leaving the plaintext password world-readable in the nix store, we can instead hash the password in the nix expression itself using builtins.hashString.
* | | | | Merge pull request #6448 from eduarrrd/ddclientlethalman2015-03-17
|\ \ \ \ \ | |/ / / / |/| | | | ddclient module: fix module
| * | | | ddclient module: fix moduleEduard Bachmakov2015-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewrite to systemd.services * disable forking to give systemd better control * verifiably run as ddclient user * expose ssl option * unset default value for dyndns server * rename option "web" to "use" to be consistent with ddclient docs * add descriptions * add types to options * clean up formatting
* | | | | Merge pull request #6722 from joachifm/fix-id-mismatchesPeter Simons2015-03-16
|\ \ \ \ \ | |_|/ / / |/| | | | Fix id mismatches
| * | | | TCSD: use tss user/group instead of nginxJoachim Fasting2015-03-16
| | |_|/ | |/| | | | | | | | | | | | | | For some reason TCSD is configured to use the nginx uid/gid. Use the newly created tss uid/gid instead.
* | | | Fix mpd configuration (enclosing quotes needed).koral2015-03-14
| | | |
* | | | Merge pull request #5846 from arno01/nginxlethalman2015-03-13
|\ \ \ \ | |/ / / |/| | | nginx service improvements