about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #13838 from peti/drop-old-dovecot-versionsPeter Simons2016-03-16
|\ | | | | Drop support for dovecot 2.1.x from Nixpkgs and NixOS.
| * Drop support for dovecot 2.1.x from Nixpkgs and NixOS.Peter Simons2016-03-11
| | | | | | | | | | Version 2.2.x has been stable for a long time; let's give up support for the obsolete version.
* | cups service: fix gutenprint update when there's no printersNikolay Amiantov2016-03-15
| |
* | Remove setting non-existent sysctl optionsEelco Dolstra2016-03-15
| | | | | | | | (cherry picked from commit 1010ced00c9b65eb7099d10f2ad8502c093655e4)
* | NixOS release: Don't depend on chromiumEelco Dolstra2016-03-15
| | | | | | | | | | | | This is failing because it exceeds the hydra-queue-runner size limit. http://hydra.nixos.org/build/33303819
* | Fix NixOS tested jobEelco Dolstra2016-03-15
| |
* | Build most ISOs/OVAs for x86_64-linux onlyEelco Dolstra2016-03-15
| | | | | | | | | | | | Probably not many people care about i686-linux any more, but building all these images is fairly expensive (e.g. in the worst case, every Nixpkgs commit would trigger a few gigabytes of uploads to S3).
* | Combine ISO generation stepsEelco Dolstra2016-03-15
| | | | | | | | | | This folds adding hydra-build-products into the actual ISO generation, preventing an unnecessary download of the ISO.
* | Combine OVA generation stepsEelco Dolstra2016-03-15
| | | | | | | | | | | | | | | | Previously this was done in three derivations (one to build the raw disk image, one to convert to OVA, one to add a hydra-build-products file). Now it's done in one step to reduce the amount of copying to/from S3. In particular, not uploading the raw disk image prevents us from hitting hydra-queue-runner's size limit of 2 GiB.
* | tarsnap: 1.0.36.1 -> 1.0.37Tanner Doshier2016-03-14
| |
* | Merge pull request #13837 from peti/drop-old-postfix-versionsPeter Simons2016-03-14
|\ \ | | | | | | Drop support for postfix 2.x from Nixpkgs and NixOS.
| * | Drop support for postfix 2.x from Nixpkgs and NixOS.Peter Simons2016-03-11
| |/ | | | | | | | | Version 3.x has been stable for a long time; let's give up support for the obsolete versions.
* | NixOS 16.09 is called FlounderDomen Kožar2016-03-14
| | | | | | | | chosen by @zimbatm as our documentation hero in 16.03
* | nixos/filesystems: Fix fs options type errorRickard Nilsson2016-03-14
| |
* | Merge pull request #13906 from Zer0-/gitlab_version_bumpRobin Gloster2016-03-14
|\ \ | | | | | | Gitlab version bump
| * | gitlab service startup fixPhilipp Volguine2016-03-13
| | | | | | | | | | | | | | | -gitlab-sidekiq was being started with a misspelled argument name which caused the mailer queue to never run and never send mail
* | | Merge pull request #13861 from abbradar/mjpg-streamerNikolay Amiantov2016-03-14
|\ \ \ | | | | | | | | mjpg-streamer: update and add NixOS service
| * | | mjpg-streamer service: initNikolay Amiantov2016-03-12
| | | |
* | | | Merge pull request #13850 from abbradar/e20Nikolay Amiantov2016-03-14
|\ \ \ \ | | | | | | | | | | Update Enlightenment, rename e19 -> enlightenment, drop e16
| * | | | enlightenment.enlightenment: 0.20.3 -> 0.20.6Nikolay Amiantov2016-03-12
| | | | |
| * | | | enlightenment.efl: 1.16.1 -> 1.17.0Nikolay Amiantov2016-03-12
| | | | |
| * | | | e19: rename to enlightenment, drop old oneNikolay Amiantov2016-03-12
| | | | |
* | | | | autofs service: clear lockfile before startNikolay Amiantov2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | autofs uses a lock file in /tmp to check if it's running -- unclean shutdown breaks the service until one manually removes it.
* | | | | nixos: i2pd, change to yes/no config entries and explicitly enable client ↵Edward Tjörnhammar2016-03-13
| | | | | | | | | | | | | | | | | | | | endpoints
* | | | | virtualization/azure: update the scripts for image maintenanceEvgeny Egorochkin2016-03-13
| | | | |
* | | | | virtualization/azure: reorder WALA and SSHDEvgeny Egorochkin2016-03-13
| | | | |
* | | | | virtualization/azure: turn off verbose loggingEvgeny Egorochkin2016-03-13
| | | | |
* | | | | virtualization/azure: make the image dynamic again since azure-cli upload ↵Evgeny Egorochkin2016-03-13
| | | | | | | | | | | | | | | | | | | | bug is fixed
* | | | | virtualization/azure: take entropy handling code out of WALA and execute it ↵Evgeny Egorochkin2016-03-13
| | | | | | | | | | | | | | | | | | | | before SSHD generates the host keys
* | | | | virtualization/azure: fixesCole Mickens2016-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | azure-agent: add option for verbose logging azure-agent: disable ssh host key regeneration azure-common: set verbose logging on azure-image: increase size to 30GB
* | | | | fix installer tests #13559Domen Kožar2016-03-12
| |/ / / |/| | |
* | | | octoprint service: add extraConfigNikolay Amiantov2016-03-12
| | | |
* | | | mantisbt: fix typo in documentationThomas Tuegel2016-03-12
| | | |
* | | | graphite: fix carbonCache graphiteWeb graphiteApimakefu2016-03-12
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit implements the changes necessary to start up a graphite carbon Cache with twisted and start the corresponding graphiteWeb service. Dependencies need to be included via python buildEnv to include all recursive implicit dependencies. Additionally cairo is a requirement of graphiteWeb and pycairo is not a standard python package (buildPythonPackage) and therefore cannot be included via buildEnv. It also needs cairo in the Library PATH.
* | | Revert "Drop support for postfix 2.x from Nixpkgs and NixOS."Peter Simons2016-03-11
| | | | | | | | | | | | | | | This reverts commit a889c683ddd333dde80c52c722095426233a482f. Sorry, I pushed to the wrong branch. :-(
* | | nixos/mantisbt: add a simple serviceVladimír Čunát2016-03-11
| | | | | | | | | | | | | | | It doesn't really deserve a package, as it's just a bunch of PHP scripts copied into a folder and we have to copy on reconfiguration anyway.
* | | Drop support for postfix 2.x from Nixpkgs and NixOS.Peter Simons2016-03-11
| | | | | | | | | | | | | | | Version 3.x has been stable for a long time; let's give up support for the obsolete versions.
* | | kde5: install colord-kde when colord is enabledThomas Tuegel2016-03-11
| | |
* | | Merge pull request #13780 from joachifm/dnscrypt-vmtest-for-upstreamjoachifm2016-03-11
|\ \ \ | | | | | | | | nixos/tests: implement dnscrypt-proxy test
| * | | nixos/tests: implement dnscrypt-proxy testJoachim Fasting2016-03-11
| | | | | | | | | | | | | | | | | | | | This test verifies that the daemon actually activates upon a user-initiated ping, when using the recommended configuration.
* | | | Merge pull request #13823 from abbradar/colordNikolay Amiantov2016-03-11
|\ \ \ \ | |/ / / |/| | | colord color management daemon
| * | | colord service: initNikolay Amiantov2016-03-11
| | | |
| * | | xiccd: init at 0.2.2Nikolay Amiantov2016-03-11
| |/ /
* | | awstats: init at 7.4, including a simple serviceVladimír Čunát2016-03-11
| | |
* | | sw-raid: rename mdadmShutdownNikolay Amiantov2016-03-09
| | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/commit/aac666e302807805154190ebe105711d585c90ee I've forgotten to add the change.
* | | sw-raid: make mdmon start from initrdkklas2016-03-09
| | | | | | | | | | | | | | | | | | | | | Also add required systemd services for starting/stopping mdmon. Closes #13447. abbradar: fixed `mdadmShutdown` service name according to de facto conventions.
* | | nixos/doc: adding line about the change in service.syncthingRok Garbas2016-03-09
| | |
* | | Remove kill -9 -1 from initrd of amazon-image.nix. This causes a kernel panic.Rob Vermaas2016-03-09
| | |
* | | dnscrypt-proxy service: fix apparmor profileJoachim Fasting2016-03-09
| | | | | | | | | | | | The daemon additionally requires libcap, liblz4, and libattr.
* | | Merge pull request #13777 from eqyiel/upstreamMichael Raskin2016-03-09
|\ \ \ | | | | | | | | vsftpd: Add possibility to specify path to RSA key file