summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
...
| * | | | crashplan: 3.6.4 -> 4.6.0Matt McHenry2016-03-20
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the major change is to set TARGETDIR=${vardir}, and symlink from ${vardir} back to ${out} instead of the other way around. this gives CP more liberty to write to more directories -- in particular it seems to want to write some configuration files outside of conf? * run.conf does not need 'export' * minor tweaks to CrashPlanDesktop.patch
* | | | Merge pull request #14033 from joachifm/clfswm-brokenjoachifm2016-03-20
|\ \ \ \ | |_|/ / |/| | | Mark clfswm as broken
| * | | nixos: disable the clfswm window manager moduleJoachim Fasting2016-03-19
| | |/ | |/|
* / | services.xserver.startGnuPGAgent: remove obsolete NixOS optionPeter Simons2016-03-18
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GnuPG 2.1.x changed the way the gpg-agent works, and that new approach no longer requires (or even supports) the "start everything as a child of the agent" scheme we've implemented in NixOS for older versions. To configure the gpg-agent for your X session, add the following code to ~/.xsession or some other appropriate place that's sourced at start-up: gpg-connect-agent /bye GPG_TTY=$(tty) export GPG_TTY If you want to use gpg-agent for SSH, too, also add the settings unset SSH_AGENT_PID export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh" and make sure that enable-ssh-support is included in your ~/.gnupg/gpg-agent.conf. The gpg-agent(1) man page has more details about this subject, i.e. in the "EXAMPLES" section.
* | nixos/modules/services/x11/xserver.nix: fix minor typoPeter Simons2016-03-18
| |
* | Set networking.firewall.allowPing = true by default.Peter Simons2016-03-17
| | | | | | | | | | | | | | | | This patch fixes https://github.com/NixOS/nixpkgs/issues/12927. It would be great to configure good rate-limiting defaults for this via /proc/sys/net/ipv4/icmp_ratelimit and /proc/sys/net/ipv6/icmp/ratelimit, too, but I didn't since I don't know what a "good default" would be.
* | dnscrypt-proxy service: expose option to use ephemeral keysJoachim Fasting2016-03-17
| | | | | | | | | | | | Some users may wish to improve their privacy by using per-query key pairs, which makes it more difficult for upstream resolvers to track users across IP addresses.
* | dnscrypt-proxy service: documentation fixesJoachim Fasting2016-03-17
| | | | | | | | | | | | | | | | | | | | | | - fix `enable` option description using `mkEnableOption longDescription` is incorrect; override `description` instead - additional details for proper usage of the service, including an example of the recommended configuration - clarify `localAddress` option description - clarify `localPort` option description - clarify `customResolver` option description
* | gitlab service: Remove emailFrom optionFranz Pletz2016-03-17
|/ | | | | Not being used anymore. Use `services.gitlab.extraConfig.gitlab.email_from` instead.
* 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)
* | 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: 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 #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.
* | | 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.