summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #16108 from pwetzel/squeezeliteJoachim Fasting2016-06-19
|\ | | | | Squeezelite package and service init
| * squeezelite service: initPhil Wetzel2016-06-11
| |
* | pptpd service: improve option descriptions per @bjornfor's suggestionobadz2016-06-18
| |
* | pptpd: add nixos serviceobadz2016-06-18
| |
* | disnix-module: split dysnomia's functionality into a separate module so that ↵Sander van der Burg2016-06-17
| | | | | | | | it can be used without Disnix and remove the hacky/obsolete avahi publisher
* | Merge pull request #16148 from womfoo/openldapJoachim Fasting2016-06-16
|\ \ | | | | | | openldap: add -h urlList in service so LDAP TLS could be enabled
| * | openldap: add -h urlList in service so LDAP TLS could be enabledKranium Gikos Mendoza2016-06-14
| | |
* | | i3-gaps: add as window managerFranz Thoma2016-06-16
| | | | | | | | | | | | Closes #15917
* | | wpa_supplicant: start after wireless interfacesBenno Fünfstück2016-06-16
| | | | | | | | | | | | | | | | | | | | | wpa_supplicant fails to start if the wireless interfaces aren't ready yet, so we need to add a system ordering directive here to start wpa_supplicant after the interfaces are ready. Note that Requires= is not enough since it does not imply ordering.
* | | Merge pull request #16222 from kamilchm/rework-goArseniy Seroka2016-06-14
|\ \ \ | | | | | | | | Fixes #16181 - using bin output for Go services
| * | | Fixes #16181 - using bin output for Go servicesKamil Chmielewski2016-06-13
| | | |
* | | | Merge pull request #16107 from joachifm/grsec-ngJoachim Fasting2016-06-14
|\ \ \ \ | |/ / / |/| | | Rework grsecurity support
| * | | nixos: flesh out the grsecurity test suiteJoachim Fasting2016-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've failed to figure out what why `paxtest blackhat` hangs the vm, and have resigned to running individual `paxtest` programs. This provides limited coverage, but at least verifies that some important features are in fact working. Ideas for future work includes a subtest for basic desktop functionality.
| * | | nixos: remove the grsecurity GIDJoachim Fasting2016-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This GID was used to exempt users from Grsecurity's `/proc` restrictions; we now prefer to rely on `security.hideProcessInformation`, which uses the `proc` group for this purpose. That leaves no use for the grsecurity GID. More generally, having only a single GID to, presumably, serve as the default for all of grsecurity's GID based exemption/resriction schemes would be problematic in any event, so if we decide to enable those grsecurity features in the future, more specific GIDs should be added.
| * | | nixos: rewrite the grsecurity moduleJoachim Fasting2016-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new module is specifically adapted to the NixOS Grsecurity/PaX kernel. The module declares the required kernel configurations and so *should* be somewhat compatible with custom Grsecurity kernels. The module exposes only a limited number of options, minimising the need for user intervention beyond enabling the module. For experts, Grsecurity/PaX behavior may be configured via `boot.kernelParams` and `boot.kernel.sysctl`. The module assumes the user knows what she's doing (esp. if she decides to modify configuration values not directly exposed by the module). Administration of Grsecurity's role based access control system is yet to be implemented.
* | | | buildkite-agent: init at 2.1.8Paweł Pacana2016-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos module included * install compiled binary * only one platform now * limited config options * relies on providing ssh keys for agent
* | | | Merge pull request #16023 from choochootrain/add-xbanish-serviceLuca Bruno2016-06-13
|\ \ \ \ | | | | | | | | | | xbanish service: init at 1.4
| * | | | xbanish service: init at 1.4Hurshal Patel2016-06-07
| | | | |
* | | | | Merge pull request #16137 from abbradar/parsoidzimbatm2016-06-13
|\ \ \ \ \ | | | | | | | | | | | | Update node packages
| * | | | | parsoid service: use default nodeNikolay Amiantov2016-06-11
| | |_|_|/ | |/| | |
* | | | | Merge pull request #15677 from womfoo/mod_auth_mellonzimbatm2016-06-12
|\ \ \ \ \ | | | | | | | | | | | | mod_auth_mellon: init at 0.12.0 and dependency lasso: init at 2.5.1
| * | | | | mod_auth_mellon: init at 0.12.0Kranium Gikos Mendoza2016-05-23
| | | | | |
* | | | | | nixos/docker: use wrapped modprobeBenno Fünfstück2016-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to use wrapped modprobe, so that it finds the right modules. Docker needs modprobe to load overlay kernel module for example. This fixes an an error starting docker if the booted system's kernel version is different from the /run/current-system profile's one.
* | | | | | gnome3: add gnome-session debug optionLuca Bruno2016-06-11
| |/ / / / |/| | | |
* | | | | Merge pull request #16082 from uwap/masterPeter Simons2016-06-10
|\ \ \ \ \ | |_|_|/ / |/| | | | Postfix: Add an option to enable Submission
| * | | | Change default to postfix default.uwap2016-06-10
| | | | |
| * | | | Choose a better default for services.postfix.submissionOptionsuwap2016-06-10
| | | | |
| * | | | Make submission options more flexibleuwap2016-06-09
| | | | |
| * | | | Postfix: Add an option to enable Submissionuwap2016-06-09
| | | | | | | | | | | | | | | Adds services.postfix.enableSubmission and services.postfix.extraSubmissionOptions to make it easy to enable submission in master.cf
* | | | | oauth2_proxy module: fix manual buildJoachim Fasting2016-06-10
| | | | |
* | | | | Merge pull request #15283 from jml/oauth2proxy-moduleuJoachim Fasting2016-06-09
|\ \ \ \ \ | | | | | | | | | | | | oauth2_proxy: create new module for service
| * | | | | Add module for oauth2_proxyJonathan Lange2016-06-09
| | | | | |
* | | | | | Merge branch 'kde-propagate'Thomas Tuegel2016-06-09
|\ \ \ \ \ \
| * | | | | | nixos/kde5: include setup hook and icons with sddm themeThomas Tuegel2016-06-09
| | |/ / / / | |/| | | | | | | | | | | | | | | | Fixes #16094.
* / | | | | dnscrypt-proxy service: update resolver listJoachim Fasting2016-06-09
|/ / / / /
* | | | | Merge branch 'plasma-5'Thomas Tuegel2016-06-07
|\ \ \ \ \
| * | | | | Revert "nixos/kde5: install oxygen-fonts and noto-fonts"Thomas Tuegel2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 285061d50c1f0216a420a811d812e31ad4fe88a7.
| * | | | | nixos/kde5: install plasma-integrationThomas Tuegel2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | frameworkintegration was split with plasma-integration in Plasma 5.6.
| * | | | | nixos/kde5: install oxygen-fonts and noto-fontsThomas Tuegel2016-06-07
| | |_|/ / | |/| | |
* | | | | Merge pull request #14366 from NixOS/gnome-3.20Luca Bruno2016-06-07
|\ \ \ \ \ | | | | | | | | | | | | gnome3.20: init at 3.20.0
| * | | | | gnome3_20: Add GNOME 3.20 package setDamien Cassou2016-06-06
| |/ / / /
* | | | | Merge pull request #15991 from womfoo/openldapArseniy Seroka2016-06-06
|\ \ \ \ \ | | | | | | | | | | | | openldap: fix example for multiple-outputs and formatting
| * | | | | openldap: fix example for multiple-outputs and formattingKranium Gikos Mendoza2016-06-05
| | |_|_|/ | |/| | |
* | | | | nixos/openvpn: add support for resolvconfBenno Fünfstück2016-06-06
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | The update-resolve-conf script from the update-resolv-conf package is very useful and should work in most of the common cases, so this adds an option to enable it. The option is disabled by default for backwards compatibility.
* | | | Merge #15639: xorg-server 1.17.4 -> 1.18.3Vladimír Čunát2016-06-05
|\ \ \ \ | | | | | | | | | | | | | | | ... and fglrxCompat to maintain compatibility.
| * | | | release notes: mention xorg-server updateVladimír Čunát2016-05-23
| | | | |
| * | | | nixos xserver: fix evdev driver with xserver 1.18Vladimír Čunát2016-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | ... and add its man page. Now I seem to be running fine with the new server.
| * | | | xf86-input-evdev: split dev outputVladimír Čunát2016-05-23
| | | | |
| * | | | nixos ati_unfree: auto-switch xorg to fglrxComatVladimír Čunát2016-05-23
| | |_|/ | |/| |
* | | | nixos/pcscd: Improve and clean up moduleaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So far the module only allowed for the ccid driver, but there are a lot of other PCSC driver modules out there, so let's add an option called "plugins", which boils down to a store path that links together all the paths specified. We don't need to create stuff in /var/lib/pcsc anymore, because we patched pcsclite to allow setting PCSCLITE_HP_DROPDIR. Another new option is readerConfig, which is especially useful for non-USB readers that aren't autodetected. The systemd service now is no longer Type=forking, because we're now passing the -f (foreground) option to pcscd. Tested against a YubiKey 4, SCR335 and a REINER SCT USB reader. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @wkennington