summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #23963 from dtzWill/feature/irkerdJoachim F2017-03-18
|\ | | | | irker: init at 2017-02-12
| * irkerd service: initWill Dietz2017-03-17
| |
* | nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | | | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* | Merge pull request #23962 from oxij/nixos/tor-secJoachim F2017-03-17
|\ \ | | | | | | nixos: tor: usability and security fixes
| * | nixos: torify: disable by default, add some documentation as of whyJan Malakhovski2017-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | This `tsocks` wrapper leaks DNS requests to clearnet, meanwhile Tor comes with `torsocks` which doesn't. Previous commits to this file state that all of this still useful somehow. Assuming that it's true, at least let's not confuse users with two different tools and don't clash with the `tsocks` binary from nixpkgs by disabling this by default.
| * | nixos: tor: add enableGeoIPJan Malakhovski2017-03-16
| |/
* | prometheus-unifi-exporter: init at 0.4.0Pascal Bach2017-03-17
| |
* | Merge pull request #23924 from 7c6f434c/improve-firefox-testMichael Raskin2017-03-17
|\ \ | | | | | | nixos: tests: firefox: make more comprehensive
| * | nixos: tests: firefox: make more comprehensiveMichael Raskin2017-03-15
| | | | | | | | | | | | | | | | | | Run Firefox inside an XTerm, it doesn't crash mysteriously this way. Also try opening developer tools and checking that Firefox doesn't crash in the process.
* | | dhparams module: condition on enable option (#23661)Léo Gaspard2017-03-17
| |/ |/| | | Hence, the init/cleanup service only runs when the dhparams module is enabled.
* | 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
| | | | | |