summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
| * vsftpd.nix: Add possibility to add RSA key fileMango Chutney2016-03-09
| |
* | dnscrypt-proxy service: fix default resolver nameJoachim Fasting2016-03-09
| | | | | | | | | | The "opendns" resolver has changed name to "cisco", causing the default dnscrypt-proxy configuration to fail.
* | Merge pull request #13763 from Profpatsch/printing-gutenprint-exampleNikolay Amiantov2016-03-08
|\ \ | | | | | | modules/cupsd: clarify how to set gutenprint
| * | modules/cupsd: clarify how to set gutenprintProfpatsch2016-03-08
| | |
* | | Merge pull request #13739 from romildo/update.jwmChristoph Hrdinka2016-03-08
|\ \ \ | | | | | | | | jwm: 2.2.2 -> 1406
| * | | jwm: window manager module additionJosé Romildo Malaquias2016-03-07
| | | |
* | | | nixos/foswiki: basic working service definitionVladimír Čunát2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Activation is as simple as: services.httpd = { enable = true; adminAddr = "nobody@example.com"; extraSubservices = [ { serviceType = "foswiki"; } ]; };
* | | | Merge remote-tracking branch 'origin/pr/13505'Franz Pletz2016-03-08
|\ \ \ \ | | | | | | | | | | | | | | | Fixes #13505.
| * | | | grsecurity: add 4.1 kerneltg(x)2016-02-28
| | | | |
| * | | | grsecurity: use kernel version instead of testing / stabletg(x)2016-02-28
| | | | |
* | | | | nvidia: allow using the beta driver, mainly in futureVladimír Čunát2016-03-07
| | | | |
* | | | | Merge pull request #13748 from zohl/miscRobin Gloster2016-03-07
|\ \ \ \ \ | | | | | | | | | | | | a few descriptions fixups
| * | | | | KDC description fixAl Zohali2016-03-07
| | | | | |
| * | | | | nix.requireSignedBinaryCaches: description fixAl Zohali2016-03-07
| | |/ / / | |/| | |
* / | | | nixos.transmission: whitelist lz4 in AppArmor rulesRicardo M. Correia2016-03-07
|/ / / /
* | | | Merge pull request #13705 from aneeshusa/use-bin-instead-of-sbin-for-opensshjoachifm2016-03-07
|\ \ \ \ | | | | | | | | | | openssh: use bin instead of sbin folder
| * | | | openssh: use bin instead of sbin folderAneesh Agrawal2016-03-05
| | | | | | | | | | | | | | | | | | | | References #11939.
* | | | | Merge pull request #13725 from nathan7/bird-userjoachifm2016-03-07
|\ \ \ \ \ | | | | | | | | | | | | bird module: run as user/group `bird`, not `ircd`
| * | | | | bird module: run as user/group `bird`, not `ircd`Nathan Zadoks2016-03-07
| | | | | |
* | | | | | Merge pull request #13723 from Profpatsch/wheterChristoph Hrdinka2016-03-07
|\ \ \ \ \ \ | |/ / / / / |/| | | | | wheter -> whether
| * | | | | wheter → whetherProfpatsch2016-03-07
| | |_|/ / | |/| | | | | | | | | | | | | Nice weather today, isn’t it?
* | | | | grafana service: unbreakBjørn Forsman2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accidentally broken by 4fede53c0996938979d2966a69f108782a8c1c12 ("nixos manuals: bring back package references"). Without this fix, grafana won't start: $ systemctl status grafana ... systemd[1]: Starting Grafana Service Daemon... systemd[1]: Started Grafana Service Daemon. grafana[666]: 2016/03/06 19:57:32 [log.go:75 Fatal()] [E] Failed to detect generated css or javascript files in static root (%!s(MISSING)), have you executed default grunt task? systemd[1]: grafana.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: grafana.service: Unit entered failed state. systemd[1]: grafana.service: Failed with result 'exit-code'.
* | | | | unbound: drop sbin directoryMarius Bakke2016-03-06
| | | | |
* | | | | manual/installing: add loadkeys hintProfpatsch2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | Closes #13702 and fixes #3132. (Tiny changes by vcunat.)
* | | | | exwm service: initBrian McKenna2016-03-06
| |/ / / |/| | |
* | | | spice-vdagentd service : initial at 0.16.0Adam Boseley2016-03-05
|/ / /
* | | Merge pull request #10139 from mstrm/clamavjoachifm2016-03-04
|\ \ \ | | | | | | | | clamav: Use freshclam.conf defined by clamav-updater module if enabled
| * | | clamav: Use freshclam.conf defined by clamav-updater module if enabledMartin Sturm2016-03-04
| | | |
* | | | opendkim service: improve `domains` documentationNikolay Amiantov2016-03-04
| | | |
* | | | Merge pull request #11738 from grwlf/syncthingjoachifm2016-03-04
|\ \ \ \ | |/ / / |/| | | Support SOCKS5 proxy for the Syncthing service
| * | | syncthing: support SOCKS5 proxying for relaysSergey Mironov2016-01-27
| | | |
* | | | nixos: Fix build of manualaszlig2016-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken by 17389e256fa1651d8577555ac8fe7aa23044f0e6. The description attributes of mkOption are parsed by XSLT, so we can create a DocBook manual out of it. Unfortunately, the passwordHash option had a description which includes a <password> placeholder which is recognized by DocBook XSL as a valid start tag. So as there is obviously no </password>, the build of the manual bailed out with a parsing error. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: devhell <"^"@regexmail.net>
* | | | ifplugd: RemoveEelco Dolstra2016-03-03
| | | | | | | | | | | | | | | | | | | | This package hasn't been updated in 11 years, and isn't really useful anymore in a modern Linux system.
* | | | Merge pull request #13591 from mayflower/services/nntp-proxyFranz Pletz2016-03-03
|\ \ \ \ | | | | | | | | | | nntp-proxy service: init
| * | | | nntp-proxy service: initTristan Helmich2016-03-03
| | | | |
* | | | | Merge branch 'nm-privacy-ext'Shea Levy2016-03-03
|\ \ \ \ \
| * | | | | networkmanager: Enable ipv6 privacy extensions by defaultShea Levy2016-03-03
| | | | | |
* | | | | | Remove which -> type -P alias.Domen Kožar2016-03-03
|/ / / / / | | | | | | | | | | | | | | | | | | | | Aliases are not the same as programs. They won't work in subshells. It's better to just use which as it's only 88K.
* | | | | azure-image: provide configuration.nix which allows nixos-rebuild to build a ↵Evgeny Egorochkin2016-03-03
| | | | | | | | | | | | | | | | | | | | working generation and add helpful comments
* | | | | Merge pull request #13548 from joelmo/nixos-unstablejoachifm2016-03-02
|\ \ \ \ \ | | | | | | | | | | | | avahi: fix test
| * | | | | avahi: fix testJoel Moberg2016-02-28
| | |_|_|/ | |/| | | | | | | | | | | | | Reflects module changes made by cdd7310a503481e3c40266be45b6b8256d95ecbd
* | | | | systemd: enable upstream systemd-binfmt.serviceNathan Zadoks2016-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we don't restart sysinit.service in switch-to-configuration, this additionally overrides systemd-binfmt.service to depend on proc-sys-fs-binfmt_misc.automount, which is normally provided by sysinit.service.
* | | | | Merge pull request #13619 from anderslundstedt/transmissionumaskjoachifm2016-03-02
|\ \ \ \ \ | | | | | | | | | | | | Respect umask settings in Transmission config
| * | | | | Respect umask settings in Transmission configAnders Lundstedt2016-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In NixOS/nixpkgs@da6bc44 @thoughtpolice made the Transmission NixOS module override the umask setting in the Transmission config. This commit removes that override. I want a different umask setting and I guess it is possible that other people might want it to. Thus I think it is a good idea to respect the umask settings in the Transmission config.
* | | | | | Attempt to fix transient grub1 test kernel panicsDomen Kožar2016-03-02
|/ / / / / | | | | | | | | | | | | | | | Example: http://hydra.nixos.org/build/32469819/nixlog/26/raw
* | | | | Merge commit 'refs/pull/13412/head' of git://github.com/NixOS/nixpkgsNikolay Amiantov2016-03-02
|\ \ \ \ \
| * | | | | libreswan: add package and service to nixosAlex Franchuk2016-03-02
| | | | | |
* | | | | | Fix Emacs syntax highlighting in NixOS dovecot module.Peter Simons2016-03-02
| | | | | |