summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos: update-locatedb - harden via systemd (#7220)Dan Peebles2016-01-23
| | | | | | Also, use systemd timers. Most of the work is by @thoughtpolice but I changed enough of it to warrant changing commit author.
* nixos: uptimed - rewrite and harden a bit (#7220)Dan Peebles2016-01-23
| | | | This is mostly @thoughtpolice's work, but I cleaned it up a bit.
* Merge pull request #12290 from abbradar/dovecot-updatesNikolay Amiantov2016-01-23
|\ | | | | Rework dovecot module, add and update plugins, default Dovecot to 2.2
| * nixos/dovecot: add mail user and groupNikolay Amiantov2016-01-21
| |
| * nixos/dovecot: add sieveScripts supportNikolay Amiantov2016-01-21
| |
| * nixos/dovecot: symlink system-wide config and use itNikolay Amiantov2016-01-21
| |
| * nixos/dovecot: use new modules directoryNikolay Amiantov2016-01-21
| |
| * nixos/dovecot: add dovecot package to modules, force proper dovecot versionNikolay Amiantov2016-01-21
| |
| * nixos/dovecot: add 'protocols' optionNikolay Amiantov2016-01-21
| |
| * nixos/dovecot: use systemd's RuntimeDirectory instead of creating it by ↵Nikolay Amiantov2016-01-21
| | | | | | | | ourselves
| * nixos/dovecot: create user/group only if they are defaultNikolay Amiantov2016-01-21
| |
| * nixos/dovecot: add reload commandNikolay Amiantov2016-01-21
| |
* | Merge pull request #12459 from avnik/fix-var-lib-postfix-permissionsPeter Simons2016-01-22
|\ \ | | | | | | Make /var/lib/postfix world-readable
| * | postfix: use built-in set-permission tool to setup queueAlexander V. Nikolaev2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make top level /var/lib/postfix as root:root 0755 After generating custom configs in /var/lib/postfix/conf, `postfix set-permissions` called, to perform all required tricks related to queue handling (postfix use file mode bits to keep some internal statuses, so `chmod -R` not recommended by authors, see comments in $out/libexec/postfix/post-install for details) Also post-install script was patched, to skip permission check/update for files inside $out, as well as symlinks following to $NIX_STORE. Config file `main.cf` extended with all default directory locations, to prevent post-install script from guessing and overwrite them. And finally all actions in activation script snippets performed by postmap/postalias/postfix tools from current build, not random one from paths.
* | | Merge pull request #12481 from nathan7/usrbinenv-optionPeter Simons2016-01-22
|\ \ \ | | | | | | | | activation-script module: add environment.usrbinenv option
| * | | activation-script module: add environment.usrbinenv optionNathan Zadoks2016-01-19
| | | |
* | | | IHaskell: remove un-needed inheritThomas Bereknyei2016-01-21
| | | |
* | | | Merge pull request #12323 from kragniz/rkt-v0.15.0Domen Kožar2016-01-21
|\ \ \ \ | | | | | | | | | | rkt: 0.14.0 -> 0.15.0
| * | | | rkt: 0.14.0 -> 0.15.0Louis Taylor2016-01-15
| | | | |
* | | | | Merge pull request #12324 from rickynils/nixos-rebuild-remote-try2Domen Kožar2016-01-21
|\ \ \ \ \ | | | | | | | | | | | | Fix NixOS installer tests failures introduced by nixos-rebuild changes
| * | | | | nixos-rebuild: Build only the 'out' output of nix (not 'doc' and 'debug' too)Rickard Nilsson2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the failing NixOS installer tests.
| * | | | | Revert "Revert "nixos-rebuild: Add option for building and/or deploying on a ↵Rickard Nilsson2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote host"" This reverts commit 78be7f5a53e3945b72482a99c639f5fe8cc75fd6.
* | | | | | multipath_tools: Rename to multipath-toolsaszlig2016-01-21
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://nixos.org/nixpkgs/manual/#sec-package-naming I've added an alias for multipath_tools to make sure that we don't break existing configurations referencing the old name. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | nixos changelog: mention postfix changesNikolay Amiantov2016-01-21
| | | | |
* | | | | nixos changelog: mention ejabberd fixesNikolay Amiantov2016-01-21
| | | | |
* | | | | nixos: ihaskell, wrong type restriction redactedEdward Tjörnhammar2016-01-21
| | | | |
* | | | | Merge pull request #11896 from mayflower/upstream-networkdRobin Gloster2016-01-20
|\ \ \ \ \ | |/ / / / |/| | | | networkd: add IPForward IPMasquerade options, DHCPServer section
| * | | | networkd: add DHCPServer config sectionChristian Albrecht2015-12-23
| | | | |
| * | | | networkd: add IPForward and IPMasquerade optionsChristian Albrecht2015-12-23
| | | | | | | | | | | | | | | | | | | | to Network config section
* | | | | nixos/doc: fix to: ~/.nix-defexpr wasn't created, fixes #6606Joachim Schiele2016-01-20
| | | | |
* | | | | softether: Fixed problems with using systemd servicesRick Yang2016-01-20
| | | | |
* | | | | If container name is already unique, don't append "-0"Peter Jones2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using `--ensure-unique-name`, don't needlessly append `"-0"` if the container name is already unique. This is especially helpful with NixOps since when it deploys to a container it uses `--ensure-unique-name`. This means that the container name will never match the deployment host due to the `"-0"`. Having the container name and the host name match isn't exactly a requirement, but it's nice to have and a small change.
* | | | | nixos: add test for postgresql, fixes #11146Rok Garbas2016-01-20
| | | | |
* | | | | gale service: fix permissions configuration, fixes #12457Mark Laws2016-01-20
| | | | |
* | | | | nixos: fix evaluationTobias Geerinckx-Rice2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After commit 5e468b9, evaluation failed with: error: undefined variable ‘dnsExtensionMechanism’ at .../nixpkgs/nixos/modules/config/networking.nix:177:33
* | | | | nixos: add 'networking.dnsExtensionMechanism' option to enable edns0 (for ↵Peter Simons2016-01-19
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DNSSEC) Set this option to 'true' (default: 'false') to enable extension mechanisms for DNS (EDNS) in your local glibc resolver. This is required for supporting DNSSEC, for example. Implementation detail: the patch changes assignments to "resolv_conf_options" to use "+=" instead of "=" to ensure that multiple users of that variable don't overwrite each other. The generated config file is a shell script, after all, so this should work fine. Closes https://github.com/NixOS/nixpkgs/issues/12470.
* | | | i3 service: added i3status and dmenu dependencyEric Sagnes2016-01-19
| | | |
* | | | systemd service: add *.busname upstream unitsNikolay Amiantov2016-01-18
| |_|/ |/| |
* | | elasticsearch: Fix some startup warningsRickard Nilsson2016-01-18
| | |
* | | bosun: Create ledisDir in pre-start scriptRickard Nilsson2016-01-18
| | |
* | | jobs -> systemd.servicesRobin Gloster2016-01-17
| | | | | | | | | | | | missed an override
* | | Merge pull request #12441 from k0ral/acpidRobin Gloster2016-01-17
|\ \ \ | | | | | | | | Add volume and cd events to acpid configuration
| * | | Add volume and cd events to acpid configurationkoral2016-01-17
| | | |
* | | | xorg.xorgserver: wrap Xvfb with required flagsDomen Kožar2016-01-17
| | | |
* | | | types: remove references to new packageSetRobin Gloster2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverts part of a04a7272aa38ada45e694281071b720d4abbd0df packageSet is slated to be introduced in #11866 but currently causes evalation errors. /cc @ts468
* | | | Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* | | | i18n: Fix vconsole colorscheme generationrnhmjoj2016-01-17
| | | | | | | | | | | | | | | | | | | | Close #12442. abbradar: remove trailing spaces.
* | | | nixos/plex: fix service startup, see #12422Pascal Wittmann2016-01-17
| | | |
* | | | Merge pull request #12419 from avnik/rmilter+rspamdDomen Kožar2016-01-17
|\ \ \ \ | | | | | | | | | | Rmilter+rspamd packages and NixOS modules
| * | | | nixos: add module for rmilterAlexander V. Nikolaev2016-01-16
| | | | |