summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* Merge pull request #8994 from AndersonTorres/icewmArseniy Seroka2015-07-26
|\ | | | | IceWM: 1.3.8 -> 1.3.10
| * IceWM: 1.3.8 -> 1.3.10AndersonTorres2015-07-26
| | | | | | | | A complete rewrite in comparision to previous expression.
* | Merge pull request #8947 from AndersonTorres/oroborusArseniy Seroka2015-07-26
|\ \ | | | | | | Oroborus (2.0.20): New Package
| * | Oroborus: init at 2.0.20AndersonTorres2015-07-23
| | | | | | | | | | | | Oroborus (named after the self-eating snake) is a minimalistic window manager.
* | | copy-com: 1.47.0410 -> 3.2.01.0481 + several fixesTobias Geerinckx-Rice2015-07-25
| | | | | | | | | | | | | | | | | | The graphical UI (the largest part of this package) never worked; fixed. Added myself as a maintainer.
* | | cron: Actually enable the service if enabledShea Levy2015-07-24
| | |
* | | gnome3: Include gnome-shell-extensions in session pathJascha Geerds2015-07-24
| | |
* | | Merge pull request #8799 from ryantm/masterlethalman2015-07-24
|\ \ \ | | | | | | | | heyefi service: init
| * | | heyefi service: make uploadDir path more generic and a stringRyan Mulligan2015-07-14
| | | |
| * | | heyefi service: use mkEnableOptionRyan Mulligan2015-07-14
| | | |
| * | | heyefi service: initRyan Mulligan2015-07-14
| | |/ | |/|
* | | postgresql: add reload commanddanbst2015-07-24
| | |
* | | Use environment.etc to manage /etc/crontabEelco Dolstra2015-07-22
| | | | | | | | | | | | Otherwise, /etc/crontab won't be deleted when cron is disabled.
* | | Don't enable cron by defaultEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rationale for disabling this is: 1) systemd timers are better; 2) it gets rid of one usually unnecessary process, which makes containers more light-weight. Note that cron is still enabled if services.cron.systemCronJobs is non-empty, so this only matters if you have no declarative cron jobs but do have user cron jobs.
* | | riak: new nixos serviceCharles Strahan2015-07-21
| | |
* | | Merge pull request #8690 from laMudri/synapticsAustin Seipp2015-07-19
|\ \ \ | | | | | | | | synaptics: fix to allow for more scrolling choices
| * | | synaptics: fix to allow for more scrolling choiceslaMudri2015-07-07
| | | |
* | | | devmon: New serviceOliver Charles2015-07-19
| | | |
* | | | Merge branch 'staging', discussion #8844Vladimír Čunát2015-07-19
|\ \ \ \
| * \ \ \ Merge master into stagingVladimír Čunát2015-07-17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | There are larger-rebuild changes: gnutls and samba.
| * | | | | lightdm: Fix location of loaders.cache after ↵William A. Kennington III2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | 49821433242c4f44cff038a039ead3bc9741fbf1
| * | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-13
| |\ \ \ \ \
| * | | | | | Set ‘allowSubstitutes = false’ on various derivationsEelco Dolstra2015-07-09
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | This reduces the number of binary cache requests. See https://github.com/NixOS/nix/commit/b64988bb3585478676585a0f0aecbcf4e11d4432.
* | | | | | phpfpm: use latest phpLuca Bruno2015-07-17
| | | | | |
* | | | | | slim: use nixos theme by defaultArseniy Seroka2015-07-17
| |_|_|/ / |/| | | |
* | | | | bitlbee service: fix typotv2015-07-16
| |_|/ / |/| | |
* | | | window-manager service: add notionJames Felix Black2015-07-14
| |/ / |/| | | | | | | | Add the notion window manager to the windowManager service definition.
* | | services.openssh.knownHosts.*.publicKey: Update description and add exampleEelco Dolstra2015-07-13
| | | | | | | | | | | | | | | Note that it's no longer allowed to have multiple public keys separated by a newline.
* | | charybdis service: fix preStart scripttv2015-07-13
| | |
* | | firefox sync-server service: make path to paster executable absoluteLeroy Hopson2015-07-12
| | | | | | | | | | | | | | | | | | The systemd service was ignoring ExecStart because the path to the paster executable was not absolute. Because ExecStart was ignored, the service would not start.
* | | Merge pull request #6702 from joachifm/dnscrypt-proxyJames Cook2015-07-12
|\ \ \ | |/ / |/| | nixos: some improvements for dnscrypt-proxy
| * | dnscrypt-proxy service: support custom providersJoachim Fasting2015-06-12
| | | | | | | | | | | | | | | | | | | | | The primary use-case is private DNSCrypt providers. Also rename the `port` option to differentiate it from the `customResolver.port` option.
| * | dnscrypt-proxy service: use mkEnableOptionJoachim Fasting2015-06-12
| | |
| * | nixos: cosmetic improvements to dnscrypt-proxy service moduleJoachim Fasting2015-06-12
| | | | | | | | | | | | Remove superflous whitespace & comments
| * | nixos: additional hardening for dnscrypt-proxyJoachim Fasting2015-06-12
| | | | | | | | | | | | | | | | | | - Run as unprivileged user/group via systemd, obviating the need to specify capabilities, etc. - Run with private tmp and minimal device name space
| * | nixos: implement socket-activation for dnscrypt-proxyJoachim Fasting2015-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | The socket definition is derived from upstream with the exception that it does not depend on network.target, as this creates a cycle between basic.target and sockets.target. The apparmor profile has been updated to account for additional runtime dependencies introduced by enabling systemd support.
| * | nixos: permit dnscrypt-proxy service to read basic user/group infoJoachim Fasting2015-06-12
| | | | | | | | | | | | | | | If nscd is not running, dnscrypt-proxy crashes without read access to /etc/{password,group,nsswitch.conf}.
* | | nixos/bitlbee: fixed protocols optionPascal Wittmann2015-07-08
| | |
* | | nixos/bitlbee: add hostname, config dir and protocols optionsPascal Wittmann2015-07-08
| | |
* | | Merge pull request #8679 from offlinehacker/kubernetes/fixes3Jaka Hudoklin2015-07-08
|\ \ \ | | | | | | | | nixos/kubernetes: fix cadvisor, kubelet autoregistration
| * | | nixos/kubernetes: fix cadvisor, kubelet autoregistrationJaka Hudoklin2015-07-07
| | | |
* | | | Merge pull request #8639 from sjmackenzie/zerotieroneArseniy Seroka2015-07-08
|\ \ \ \ | | | | | | | | | | zerotier-one: service add
| * | | | zerotier-one: service addStewart Mackenzie2015-07-07
| | | | |
* | | | | apache-httpd: Don't set default content encodingsEelco Dolstra2015-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In general, you don't want a .tar.gz file to be served with "Content-Encoding: x-gzip", because this causes browsers (like Chrome or "curl --compressed") to decompress the file on the fly. So you end up with a .tar rather than .tar.gz file, which is unexpected. If people want such encodings, they should set them in their own NixOS configuration.
* | | | | sundtek init at 30-06-2015Simon Vandel Sillesen2015-07-07
| | | | |
* | | | | nixos nix-daemon: lower priority is 19. Closes #8675Luca Bruno2015-07-07
| | | | |
* | | | | Merge pull request #8629 from telotortium/subsonicArseniy Seroka2015-07-07
|\ \ \ \ \ | | | | | | | | | | | | subsonic: init at 5.2.1
| * | | | | subsonic service: initRobert Irelan2015-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a systemd service and UID/GID for the Subsonic personal media streamer server (<http://subsonic.org>).
* | | | | | Merge pull request #8656 from devhell/udisks2.serviceWilliam A. Kennington III2015-07-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | udisks2 service: Fix ExecStart path