summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #22897 from timor/couchdb-2.0.0Daiderd Jordan2017-03-16
|\ | | | | couchdb: add support for version 2.0.0
| * couchdb: add support for version 2.0.0timor2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | Version 2.0.0 is installed as a separate package called "couchdb2". When setting the config option "package" attribute to pkgs.couchdb2, a corresponding service configuration will be generated. If a previous 1.6 installation exists, the databases can still be found on the local port (default: 5986) and can be replicated from there. Note that single-node or cluster setup still needs to be configured manually, as described in http://docs.couchdb.org/en/2.0.0/install/index.html.
* | modules/mlmmj: fix a typo in listaddress folderProfpatsch2017-03-16
| |
* | Merge pull request #23674 from c0bw3b/sec/jboss7Graham Christensen2017-03-15
|\ \ | | | | | | JBoss AS: list known vulnerability
| * | JBoss AS: list known vulnerabilityRenaud2017-03-13
| | | | | | | | | | | | | | | | | | CVE-2015-7501 Warning in JBoss module
* | | prometheus-fritzbox-exporter: init at 1.0Pascal Bach2017-03-15
| | |
* | | lxc: ensure directory /var/lib/lxc/rootfsVolth2017-03-15
| | |
* | | physlock: fix issue 21935Bart Brouns2017-03-15
| | |
* | | Merge pull request #23861 from benley/nixos-manual-launcherBenjamin Staffin2017-03-15
|\ \ \ | | | | | | | | nixos: Add a menu launcher for the NixOS manual
| * | | nixos: Add a menu launcher for the NixOS manualBenjamin Staffin2017-03-14
| | | |
* | | | nixos/dnscrypt-proxy: log resolver list verification failureJoachim Fasting2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise, the service unit just fails for no discernable reason. Verifcation failure is bad so it ought to be easily discoverable.
* | | | nixos/dnscrypt-proxy: get resolver list from githubJoachim Fasting2017-03-15
| | | | | | | | | | | | | | | | | | | | The list has disappeared from its ordinary location at download.dnscrypt.org.
* | | | nixos/dnscrypt-proxy: remove the resolverList optionJoachim Fasting2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option was initially added to make it easier to use an up-to-date list, but now that we always use an up-to-date list from upstream, there's no point to the option. From now on, you can either use a resolver listed by dnscrypt upstream or a custom resolver.
* | | | nixos/dnscrypt-proxy: add example of how to use the cache pluginJoachim Fasting2017-03-15
| | | |
* | | | nixos/dnscrypt-proxy: replace unimportant options with extraArgsJoachim Fasting2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes tcpOnly and ephemeralKeys: reifying them as nixos options adds little beyond improved discoverability. Until 17.09 we'll automatically translate these options into extraArgs for convenience. Unless reifying an option is necessary for conditional computation or greatly simplifies configuration/reduces risk of misconfiguration, it should go into extraArgs instead.
* | | | nixos/dnscrypt-proxy: simplify module logic related to apparmorJoachim Fasting2017-03-15
| | | |
* | | | nixos/dnscrypt-proxy: support reloadJoachim Fasting2017-03-15
| | | |
* | | | Merge pull request #23623 from mayflower/fix/users-create-homeFranz Pletz2017-03-14
|\ \ \ \ | | | | | | | | | | nixos/users-groups: chown home on createHome
| * | | | nixos/users-groups: chown home on createHomeFranz Pletz2017-03-08
| | | | | | | | | | | | | | | | | | | | Fixes #23619.
* | | | | wordpress: security upgrade: 4.7.2 -> 4.7.3 & other improvements (#23837)Bas van Dijk2017-03-14
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved the wordpress sources derivation to the attribute pkgs.wordpress. This makes it easier to override. * Also introduce the `package` option for the wordpress virtual host config which defaults to pkgs.wordpress. * Also fixed the test in nixos/tests/wordpress.nix.
* | | | Merge pull request #17303 from peterhoeg/iioPeter Hoeg2017-03-14
|\ \ \ \ | | | | | | | | | | iio-sensor-proxy: init at 2.2 and nixos module
| * | | | iio-sensor-proxy: init at 2.2 and nixos modulePeter Hoeg2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR adds support for ```iio-sensor-proxy``` used by GNOME v3 and others for reading data from the accelerometer, gps, compass and similar sensors built into some relatively recent laptops. Additionally, there is a NixOS module exposed via hardware.sensor.iio for enabling services, udev rules and dbus services.
* | | | | nixos: build for aarch64-linuxGraham Christensen2017-03-13
| | | | |
* | | | | Merge pull request #23765 from benley/ykpers-duplicateJörg Thalheim2017-03-12
|\ \ \ \ \ | | | | | | | | | | | | ykpers: consolidate into yubikey-personalization
| * | | | | ykpers: consolidate into yubikey-personalizationBenjamin Staffin2017-03-11
| | | | | | | | | | | | | | | | | | | | | | | | Looks like this accidentally got packaged twice.
* | | | | | pump.io: fix testsJörg Thalheim2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | fixes #23568
* | | | | | pumpio service: don't keep secrets in nix storeRodney Lorrimar2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added extra config options to allow reading passwords from file rather than the world-readable nix store. The full config.json file is created at service startup. Relevant to #18881
* | | | | | pumpio service: adjust upload directory config for 3.0.0Rodney Lorrimar2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | These changes are backwards compatible.
* | | | | | gresecurity docs: fix incorrect option (#23789)zetok2017-03-12
|/ / / / /
* | | | | phpfpm module: set correct nixos sendmail pathFranz Pletz2017-03-11
| | | | |
* | | | | virtualisation-xen: fix defaultText interpolationDaiderd Jordan2017-03-11
| | | | |
* | | | | nixos/dnscrypt-proxy: grant daemon access to load pluginsJoachim Fasting2017-03-10
| | | | |
* | | | | nixos/dnscrypt-proxy docs: reword section on forwardingJoachim Fasting2017-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of DNSCrypt proxy *can* cache lookups (via plugin); make the wording more neutral wrt. why one might want to run the proxy in a forwarding setup.
* | | | | nixos/dnscrypt-proxy: inline option renamingsJoachim Fasting2017-03-10
| | | | | | | | | | | | | | | | | | | | In an effort to make the module more self-contained.
* | | | | nixos/dnscrypt-proxy: inline top-level binding (cleanup)Joachim Fasting2017-03-10
| | | | |
* | | | | nixos/dnscrypt-proxy: use example.com in example valuesJoachim Fasting2017-03-10
| | | | | | | | | | | | | | | | | | | | It is the canonical example domain after all.
* | | | | Merge branch 'master' into phonon-gstreamerThomas Tuegel2017-03-10
|\ \ \ \ \
| * | | | | buildbot NixOS modules: switch to not daemonizeDan Peebles2017-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) The forking behavior of `buildbot start` is temporarily broken for mysterious reasons that I'm still looking into 2) Let systemd do the forking: no point in using two different process startup wait loops
| * | | | | Merge pull request #23503 from ttuegel/fontconfigThomas Tuegel2017-03-09
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Generalize Fontconfig options
| | * | | | nixos/fontconfig: lift some settings out of fontconfig.ultimateThomas Tuegel2017-03-04
| | | | | |
| | * | | | nixos/plasma5: set default fonts for Plasma desktopThomas Tuegel2017-03-04
| | | | | |
| * | | | | buildbot modules: don't put BB users in nixbld groupDan Peebles2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The nixbld group belongs to nix-daemon and you really don't want to be in it. If you are in it, nix-daemon will kill your processes when you least expect it :)
| * | | | | das_watchdog: fix service typeGregor Kleen2017-03-09
| | | | | |
| * | | | | nixos/iso-image: support boot from USB disksOrivej Desh2017-03-09
| | | | | |
| * | | | | nixos/dnscrypt-proxy: indicate update statusJoachim Fasting2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it easier for the user to tell when the list is updated and, at their option, see what changed.
| * | | | | nixos/dnscrypt-proxy: more fs isolation for the updaterJoachim Fasting2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It'd be better to do the update as an unprivileged user; for now, we do our best to minimize the surface available. We filter mount syscalls to prevent the process from undoing the fs isolation.
| * | | | | nixos/dnscrypt-proxy: support updating before nss is upJoachim Fasting2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve download.dnscrypt.org using hostip with a bootstrap resolver (hard-coded to Google Public DNS for now), to ensure that we can get an up-to-date resolver list without working name service lookups. This makes us more robust to the upstream resolver list getting out of date and other DNS configuration problems. We use the curl --resolver switch to allow https cert validation (we'd need to do --insecure if using just the ip addr). Note that we don't rely on https for security but it's nice to have it ...
| * | | | | nixos/dnscrypt-proxy: refactoringJoachim Fasting2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use mkMerge to make the code a little more ergonomic and easier to follow (to my eyes, anyway ...). Also take the opportunity to do some minor cleanups & tweaks, but no functional changes.
| * | | | | networking/bonds: fix examplesProfpatsch2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the change of the bonding options, the examples were not quite correct. The diff is over-the top because the new `let` needs everything indented. Also add a small docstring to the `networkd` attr in the networking test.
| * | | | | Merge pull request #23441 from oxij/pkg/pretty-xenGraham Christensen2017-03-07
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | xen: modular expression