summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
...
| * | | | | | 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
* | | | | | | | Merge branch 'master' into stagingVladimír Čunát2017-03-15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More larger rebuilds from master, unfortunately.
| * | | | | | | prometheus-fritzbox-exporter: init at 1.0Pascal Bach2017-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
| | | | | | | |
| * | | | | | | 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 remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2017-03-14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
| * | | | | | 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.
| * | | | | | phpfpm module: set correct nixos sendmail pathFranz Pletz2017-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/plasma5: set default fonts for Plasma desktopThomas Tuegel2017-03-04
| | | | | | | |
| * | | | | | | nixos/plasma5: no need to set gstreamer plugin pathThomas Tuegel2017-03-10
| | | | | | | |
| * | | | | | | nixos/plasma5: set GST_PLUGIN_SYSTEM_PATH_1_0 to list of pathsThomas Tuegel2017-03-04
| | |/ / / / / | |/| | | | |
* | | | | | | cups: split the $lib outputVladimír Čunát2017-03-12
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | This saves > 10 MB from most closures. Printing test succeeds on x86_64-linux.
* | | | | | 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/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.
* | | | | | ddclient: Make verbose logging deactivatable.Daniel Ehlers2017-03-07
| | | | | |
* | | | | | phpfpm service: fix phpOptionsFranz Pletz2017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | Broken due to #23216.
* | | | | | nixos/modules: use defaultText/literalExample where applicableJoachim Fasting2017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Primarily to fix rendering of default values/examples but also to avoid unnecessary work.
* | | | | | search module: add missing typesJoachim Fasting2017-03-07
| | | | | |
* | | | | | networkmanager service: support changing the mac-address (#23464)Tom2017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set `networking.networkmanager.wifi.macAddress` or `networking.networkmanager.ethernet.macAddress` to one of these values to change your macAddress. * "XX:XX:XX:XX:XX:XX": set the MAC address of the interface. * "permanent": use the permanent MAC address of the device. * "preserve": don’t change the MAC address of the device upon activation. * "random": generate a randomized value upon each connect. * "stable": generate a stable, hashed MAC address. See https://blogs.gnome.org/thaller/2016/08/26/mac-address-spoofing-in-networkmanager-1-4-0/ for more information
* | | | | | Merge pull request #23492 from zarelit/xfce_lockscreenGraham Christensen2017-03-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | xfce: add screenLock option
| * | | | | | xfce: add screenLock optionDavid Costa2017-03-04
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | screenLock option is needed to provide at least one application for xflock4 to lock the screen
* | | | | | buildbot: 0.9.3 -> 0.9.4Fernando J Pando2017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adds jwt - adds module tests - master.cfg as path in module - fix systemd worker config - builds on darwin - tested on nixos
* | | | | | btsync module: remove redundant exampleJoachim Fasting2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default value already gives a good example of what values to put here.
* | | | | | jenkins-job-builder: allow setting access tokens for reloadingWei Tang2017-03-06
| | | | | |
* | | | | | fcron: 3.1.2 -> 3.2.1Jörg Thalheim2017-03-05
| | | | | | | | | | | | | | | | | | | | | | | | fixes #23320 #23413
* | | | | | nixos/nix-daemon: doc: use literalExampleBjørn Forsman2017-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes the example more readable by not squashed everything onto one single line.
* | | | | | Merge pull request #20904 from offlinehacker/nixos/xserver/xpraJaka Hudoklin2017-03-05
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add xpra display-manager