summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #39680 from bgamari/fix-acme-post-stopMatthew Justin Bauer2018-05-07
|\ | | | | nixos/acme: Fix broken post-stop script
| * nixos/acme: Fix broken post-stop scriptBen Gamari2018-04-29
| | | | | | | | | | | | Previously the script would contain an empty `if` block (which is invalid syntax) if both `data.activationDelay == null` and `data.postRun == ""`. Fix this by adding a no-op `true`.
* | Merge pull request #39455 from Ekleog/matterbridge-configfileJoachim F2018-05-06
|\ \ | | | | | | matterbridge module: add configPath option as a workaround, waiting for nix encryption
| * | matterbridge module: add configPath option as a workaround, waiting for nix ↵Léo Gaspard2018-04-25
| | | | | | | | | | | | encryption
* | | nixos/matrix-synapse service: url_preview_url_blacklist fix (#40027)Tristan Helmich2018-05-06
| | | | | | | | | | | | Moved list of ip ranges to url_preview_ip_range_blacklist defaults. Fixes #40017
* | | Merge pull request #38622 from obadz/minidlna-modulexeji2018-05-06
|\ \ \ | | | | | | | | nixos/minidlna: add loglevel config
| * | | minidlna nixos module: add loglevel configobadz2018-04-09
| | | |
* | | | Merge pull request #39055 from abbradar/reload-stopxeji2018-05-05
|\ \ \ \ | | | | | | | | | | firewall service: run stop commands in reload
| * | | | firewall service: run stop commands in reloadNikolay Amiantov2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do cleanup of user-created additional rules. Of course it'd be much better to just use iptables-{save,restore} for declarative management, but as it's still not there...
* | | | | Merge pull request #40000 from JohnAZoidberg/docmodule-optional-fixJoachim F2018-05-05
|\ \ \ \ \ | | | | | | | | | | | | nixos/documentation: Correct use of lib.optional
| * | | | | nixos/documentation: Correct use of lib.optionalDaniel Schaefer2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib.optional returns a singleton or an empty list. Therefore the argument does not need to be wrapped in a list. An alternative patch could have used lib.optionals but seems like no more elements are going to be added to the optional list.
* | | | | | nixos/lib/make-ext4-fs: Add a sanity checkTuomas Tynkkynen2018-05-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I ended up with a corrupted image with the debugfs contraption once, and given I couldn't reproduce the problem I suppose that happens if the filesystem of the builder runs out of space. At least in this instance fsck could detect it, so let's add it as a sanity check.
* | | | | Merge pull request #39991 from xeji/remove-fleetJaka Hudoklin2018-05-05
|\ \ \ \ \ | | | | | | | | | | | | fleet, panamax: remove
| * | | | | fleet: remove package, module, testUli Baum2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | deprecated and unmaintained upstream
| * | | | | panamax: remove packages, module and testUli Baum2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was broken and depends on (deprecated) fleet packages: panamax_api, panamax_ui
* | | | | | ndppd module: init (#35533)gnidorah2018-05-05
| | | | | |
* | | | | | sshguard: service creates /var/lib/sshguardbricewge2018-05-05
| | | | | |
* | | | | | Merge pull request #39938 from edef1c/net-dbus-list-unitsMatthew Justin Bauer2018-05-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | switch-to-configuration: use Net::DBus to retrieve the list of units
| * | | | | | switch-to-configuration: use Net::DBus to retrieve the list of unitsedef2018-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves the FIXME, and opens up the possibility of using more of the systemd DBus interface to make things more robust.
* | | | | | | rl-1809: add googleearthMatthew Justin Bauer2018-05-04
| | | | | | |
* | | | | | | restic-rest-server module: initPascal Bach2018-05-04
| |/ / / / / |/| | | | |
* | | | | | nix: 2.0.1 -> 2.0.2Eelco Dolstra2018-05-04
|/ / / / /
* | | | | Merge pull request #39654 from AmineChikhaoui/issue-38623Rob Vermaas2018-05-03
|\ \ \ \ \ | | | | | | | | | | | | GCE: pull the ssh host keys from the metadata service as expected by NixOps.
| * | | | | barf if pulling the ssh host keys failsAmineChikhaoui2018-04-28
| | | | | |
| * | | | | remove the entire temporary directoryAmineChikhaoui2018-04-28
| | | | | |
| * | | | | pull the ssh host keys from the metadata service as expected by NixOps.AmineChikhaoui2018-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Issues: #38623 https://github.com/NixOS/nixops/issues/930.
* | | | | | Revert "Merge pull request #28206 from edef1c/net-dbus-list-units"Matthew Bauer2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e508f0eec142c978f6b77bf96b3887471c7fc807, reversing changes made to bead42df5d400aba2e8686988dc39ca0f1f9e131.
* | | | | | dockerTools.pullImage: documentation and release noteAntoine Eiche2018-05-02
| | | | | |
* | | | | | Merge pull request #28206 from edef1c/net-dbus-list-unitsMatthew Justin Bauer2018-05-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | switch-to-configuration: use Net::DBus to retrieve the list of units
| * | | | | | switch-to-configuration: use Net::DBus to retrieve the list of unitsedef2018-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves the FIXME, and opens up the possibility of using more of the systemd DBus interface to make things more robust.
* | | | | | | prometheus-nginx-exporter: fix bool to string coercionWilliButz2018-05-02
| | | | | | |
* | | | | | | Merge branch 'master' into docker-registry-enhancementsRobin Gloster2018-05-02
|\ \ \ \ \ \ \
| * | | | | | | nixos/prometheus-surfboard-exporter: add new moduleSamuel Leathers2018-05-02
| | | | | | | |
| * | | | | | | nixos docs: format =)Graham Christensen2018-05-01
| | | | | | | |
| * | | | | | | nixos docs: ignore generated filesGraham Christensen2018-05-01
| | | | | | | |
| * | | | | | | nixos docs: fixupGraham Christensen2018-05-01
| | | | | | | |
| * | | | | | | Merge pull request #39786 from grahamc/format-nixpkgs-docs-targetGraham Christensen2018-05-01
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixpkgs doc: add format Make target
| | * | | | | | | nixos docs: makefile for formattingGraham Christensen2018-05-01
| | | | | | | | |
| | * | | | | | | nixpkgs doc: add format Make targetGraham Christensen2018-04-30
| | | | | | | | |
| * | | | | | | | Merge pull request #39836 from flokli/virtualbox-5.2.10Matthew Justin Bauer2018-05-01
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | virtualbox: 5.2.8 -> 5.2.10
| | * | | | | | | | virtualisation.virtualbox.host: migrate from mkOption to mkEnableOptionFlorian Klink2018-05-01
| | | | | | | | | |
| | * | | | | | | | virtualisation.virtualbox.host: introduce enableExtensionPackFlorian Klink2018-05-01
| | | | | | | | | |
| * | | | | | | | | foundationdb: split into multiple, major-versioned packages to make upgrades ↵Austin Seipp2018-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user-controllable Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | | | | | | | | nixos: add TLS support to FoundationDB module, and tweak setup a bitAustin Seipp2018-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | | | | | | | | foundationdb: install the java client libraryAustin Seipp2018-05-01
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | | | | | | | nixos doc: mananager -> manageredef2018-05-01
| | | | | | | | |
| * | | | | | | | nixos/prometheus-varnish-exporter: update moduleWilliButz2018-05-01
| | | | | | | | |
| * | | | | | | | Merge pull request #39478 from pngwjpgh/infinotedMatthew Justin Bauer2018-05-01
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/infinoted: Abstract over libinfinity version
| | * | | | | | | | nixos/infinoted: Abstract over libinfinity versionGregor Kleen2018-04-26
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | nixos/monetdb: init (#39812)Michael Weiss2018-05-01
| | | | | | | | |