summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
| | | | | | | |
* | | | | | | | Merge pull request #41511 from vicgc/nilfs2-root-fixxeji2018-06-17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fixed nilfs2 fsck error at boot because its not needed by the nilfs2 filesystem
| * | | | | | | Fixed nilfs2 fsck error at boot because its not needed bu the nilfs2 filesystemvicgc2018-06-06
| | | | | | | |
* | | | | | | | brightnessctl: init at 0.3.2 (#42102)dje43212018-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * brightnessctl: init at 0.3.2 * Revised PR
* | | | | | | | Merge pull request #41971 from aneeshusa/use-listen_addresses-for-postgresqlMatthew Justin Bauer2018-06-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/postgresql: Use listen_addresses, not -i
| * | | | | | | | nixos/postgresql: Use listen_addresses, not -iAneesh Agrawal2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The -i flag to control if PostgreSQL listens for TCP/IP connections has been deprecated, so replace it with the modern alternative.
* | | | | | | | | Merge pull request #41737 from jraygauthier/jrg/uvcvideo_dynctrl_rebasedMatthew Justin Bauer2018-06-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/uvcvideo.dynctrl: Init
| * | | | | | | | | nixos/uvcvideo.dynctrl: InitRaymond Gauthier2018-06-11
| | | | | | | | | |
* | | | | | | | | | nixos/zfs: mount AFTER importFrank Doepper2018-06-15
| | | | | | | | | |
* | | | | | | | | | nixos/uwsgi: use python.withPackagesAneesh Agrawal2018-06-13
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #41853 from volth/patch-153xeji2018-06-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | network-interfaces.nix: remove duplicate code
| * | | | | | | | | network-interfaces.nix: remove duplicate codevolth2018-06-11
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #41928 from woffs/zfs-service-enableJörg Thalheim2018-06-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/zfs: enable zfs services
| * | | | | | | | | nixos/zfs: enable zfs servicesFrank Doepper2018-06-13
| | | | | | | | | |