summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #42518 from LumiGuide/strongswan-swanctl-5.6.3xeji2018-06-25
|\ | | | | strongswan-swanctl: adapt options to strongswan-5.6.3
| * strongswan-swanctl: adapt options to strongswan-5.6.3Bas van Dijk2018-06-24
| | | | | | | | | | | | This time there was only one change between 5.6.2..5.6.3: https://github.com/strongswan/strongswan/commit/2c7a4b07045786ee493021020e2ad5bd6bb4d045
* | nixos/npm: add `npm` to the system closure by default (#42420)Maximilian Bosch2018-06-25
| |
* | Merge pull request #42365 from LumiGuide/fix-chronydxeji2018-06-24
|\ \ | | | | | | chrony: disable the whole timesyncd module when chronyd is enabled
| * | chrony: disable the whole timesyncd module when chronyd is enabledBas van Dijk2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Peviously only the timesyncd systemd unit was disabled. This meant that when you activate a system that has chronyd enabled the following strange startup behaviour takes place: systemd[1]: Starting chrony NTP daemon... systemd[1]: Stopping Network Time Synchronization... systemd[1]: Stopped chrony NTP daemon. systemd[1]: Starting Network Time Synchronization...
* | | ostree: 2018.4 → 2018.6Jan Tojnar2018-06-24
| | | | | | | | | | | | Update, clean-up dependencies and add installed tests.
* | | Merge pull request #42424 from LumiGuide/remove-deprecated-postageDaiderd Jordan2018-06-24
|\ \ \ | |_|/ |/| | pgmanage: remove deprecated postage alias
| * | pgmanage: remove deprecated postage aliasBas van Dijk2018-06-23
| |/ | | | | | | | | | | | | The following has been removed: * The `services.postage` alias for the `services.pgmanage` module * The `postage` alias for the `pgmanage` package
* / nixos/screen: add `pkgs.screen` to the system closureMaximilian Bosch2018-06-23
|/
* installer tests: avoid udisks2Vladimír Čunát2018-06-22
| | | | This is a temporary hack to fix channel until we resolve #42324.
* nixos/thefuck: move init scripts to `programs.*.interactiveShellInit`Maximilian Bosch2018-06-22
| | | | | `fuck` should only be used for interactive sessions, but nothing more (so init files like `/etc/zshenv` become even more lightweight).
* Merge pull request #42327 from bkchr/fix_plasma5_testMatthew Justin Bauer2018-06-21
|\ | | | | tests.plasma5: Fixes OCR in sddm by providing a custom theme
| * tests.plasma5: Fixes OCR in sddm by providing a custom themeBastian Köcher2018-06-21
| | | | | | | | | | The custom theme just sets the old background colour that OCR works again.
* | Merge pull request #41478 from bluescreen303/docker-registryMatthew Justin Bauer2018-06-20
|\ \ | | | | | | Small improvements to the docker registry module
| * | nixos/docker-registry: allow running on ports < 1024Mathijs Kwik2018-06-06
| | |
| * | nixos/docker-registry: allow nested config optionsMathijs Kwik2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for example: services.dockerRegistry = { enable = true; extraConfig = { http = { host = "https://${config.networking.hostName}:5000"; tls = { certificate = "${registry-tls}/snakeoil.pem"; key = "${registry-tls}/snakeoil.key"; }; }; }; };
* | | Merge pull request #41485 from teto/owampMatthew Justin Bauer2018-06-20
|\ \ \ | | | | | | | | [RDY] Owamp : Get one way (network) latencies between synchronized computers
| * | | owamp: adding moduleMatthieu Coudron2018-06-05
| | | | | | | | | | | | | | | | | | | | You can retrieve the one way latency between your client and the remote host via owping.
* | | | nixos/tests/tor: a minimal testJoachim Fasting2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now check that the default client config boots. Ideas for the future: - Expand on control via netcat - Configure a circuit of nodes exercise various configs (e.g., check that a client node can access a hidden www service). Needs setting up authoritative directory servers &c.
* | | | Merge pull request #42133 from markuskowa/pgbackupJörg Thalheim2018-06-20
|\ \ \ \ | | | | | | | | | | nixos/pgbackup: Fix and refactor the postgres backup module
| * | | | nixos/pgbackup: rename option period -> startAtMarkus Kowalewski2018-06-20
| | | | |
| * | | | nixos/pgbackup: add postgres backup to the postgres testMarkus Kowalewski2018-06-17
| | | | |
| * | | | nixos/pgbackup: Fix the postgres backup modulesMarkus Kowalewski2018-06-17
| | |/ / | |/| |
* | | | Merge pull request #42306 from ryantm/mattermostFranz Pletz2018-06-20
|\ \ \ \ | | | | | | | | | | mattermost: 4.10.0 -> 5.0.0
| * | | | mattermost: 4.10.0 -> 5.0.0Ryan Mulligan2018-06-19
| | | | |
* | | | | nixos/stage-1: Make find-libs not choke on dynamic linker being in DT_NEEDEDTuomas Tynkkynen2018-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | find-libs is currently choking when it finds the dynamic linker as a DT_NEEDED dependency (from glibc) and bails out like this (as glibc doesn't have a RPATH): Couldn't satisfy dependency ld-linux-x86-64.so.2 Actually the caller of find-libs ignores the exit status, so the issue almost always goes unnoticed and happens to work by chance. But additionally what happens is that indirect .so dependencies are left out from the dependency closure calculation, which breaks latest cryptsetup as libssl.so isn't found anymore.
* | | | | Merge pull request #42134 from tazjin/feat/journaldriverFranz Pletz2018-06-20
|\ \ \ \ \ | | | | | | | | | | | | Add package & NixOS module for journaldriver
| * | | | | nixos/journaldriver: add module for journaldriver log forwarderVincent Ambo2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a module for running the journaldriver log forwarding agent via systemd. The agent can be deployed on both GCP instances and machines hosted elsewhere to forward all logs from journald to Stackdriver Logging. Consult the module options and upstream documentation for more information. Implementation notes: * The service unit is configured to use systemd's dynamic user feature which will let systemd set up the state directory and appropriate user configuration at unit launch time instead of hardcoding it. * The module depends on `network-online.target` to prevent a situation where journaldriver is failing and restarting multiple times before the network is online.
* | | | | | Merge pull request #42287 from ryantm/mattermost-joinsnamespaceofJörg Thalheim2018-06-20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nixos/mattermost: fix JoinsNamespaceOf config location
| * | | | | nixos/mattermost: fix JoinsNamespaceOf config locationRyan Mulligan2018-06-11
| | | | | |
* | | | | | add missing k8s Webhook authorization modeThomas Kim Pham2018-06-19
| | | | | |
* | | | | | nixos/kubernetes: dashboard lockdownJohan Thomsen2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kubernetes dashboard currently has cluster admin permissions, which is not recommended. - Renamed option "services.kubernetes.addons.dashboard.enableRBAC" to "services.kubernetes.addons.dashboard.rbac.enable" - Added option "services.kubernetes.addons.dashboard.rbac.clusterAdmin", default = false. - Setting recommended minimal permissions for the dashboard in accordance with https://github.com/kubernetes/dashboard/wiki/Installation - Updated release note for 18.09.
* | | | | | xmr-stak service: support multiple config filesFranz Pletz2018-06-19
| | | | | |
* | | | | | Merge pull request #42211 from dje4321/dje4321Jörg Thalheim2018-06-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Grub: default is signed int. Fixes #42152
| * | | | | | added suggestion to support both str and intEmily Ann Ediger2018-06-19
| | | | | | |
| * | | | | | set default to type.strEmily Ann Ediger2018-06-19
| | | | | | |
| * | | | | | Grub: default is signed int. Fixes #42152Emily Ann Ediger2018-06-18
| | | | | | |
* | | | | | | Merge pull request #41098 from mkaito/oauth2_proxyYegor Timoshenko2018-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | oauth2_proxy: Handle attributes being derivations
| * | | | | | | Handle attributes being derivationsMichishige Kaito2018-05-26
| | | | | | | |
* | | | | | | | Merge pull request #39153 from mnacamura/lightdm-mini-greeterMatthew Justin Bauer2018-06-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lightdm-mini-greeter: init at 0.3.2
| * | | | | | | | lightdm-mini-greeter: init at 0.3.2Mitsuhiro Nakamura2018-06-18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | nixos/networkmanager: add extraConfigYegor Timoshenko2018-06-18
| | | | | | | |
* | | | | | | | nixos/tor: grammer fix, advise -> adviceJoachim Fasting2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems to me that the noun form is more appropriate here.
* | | | | | | | Merge pull request #42153 from Ekleog/opensmtpd-changeable-packageadisbladis2018-06-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | opensmtpd module: allow changing the package
| * | | | | | | | opensmtpd module: allow changing the packageLéo Gaspard2018-06-18
| |/ / / / / / /
* | | | | | | | Merge pull request #41909 from aespinosa/nexus-packagelewo2018-06-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/nexus: allow overriding the package
| * | | | | | | | nixos/nexus: allow overriding the packageAllan Espinosa2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful when pulling nixos-unstable in a stable NixOS installation.
* | | | | | | | | Merge pull request #42128 from volth/patch-157xeji2018-06-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/xrdp: add fonts.enableDefaultFonts
| * | | | | | | | | nixos/xrdp: add fonts.enableDefaultFontsvolth2018-06-17
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | not-detected: use lib.mkDefaultYegor Timoshenko2018-06-17
| | | | | | | | |