summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #164624 from ↵Artturi2022-03-18
|\ | | | | | | | | mart-w/fix/nixos/paperless-ng-fix-164615-consumation-bug nixos/paperless-ng: fix #164615
| * nixos/paperless-ng: fix #164615Martin Wurm2022-03-17
| | | | | | | | | | | | Add an exception to the `paperless-ng-server` service's `SystemCallFilter` as the `mbind` syscall is needed when consuming a document while having a classification model present.
* | unifi: unifi6 -> unifi7pennae2022-03-18
| |
* | _7zz: correct license (#163999)j-k2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * _7zz: correct license and remove p7zip dependency The code under Compress/Rar* is licensed under a specific unRAR license Also Compress/LzfseDecoder.cpp is covered by BSD3 The unRAR code is removed from the `.tar.xz` since the license posits you agree or remove the code from your hard drive This adds some complexity to updating 7zz so there is also an update script Meta has been updated and tweaked Source is now downloaded from sourceforge in the `.tar.xz` version to avoid depending on p7zip * _7zz: add notice of the license updates and optional unRAR licenced code
* | Merge pull request #77622 from R-VdP/nixos-upgrade-reboot-windowSilvan Mosberger2022-03-17
|\ \ | |/ |/| NixOS/auto-upgrade: offer the possibility to define a reboot window during which the system may be automatically rebooted
| * NixOS/auto-upgrade: offer the possibility to define a reboot window during ↵R-VdP2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which the system may be automatically rebooted Some systems should not be rebooted at just any time. If the upgrade process takes too long, for instance because of a slow internet connection, or if the upgrade service is ran during production hours, we want to allow to define a window outside of which a reboot will not be performed. The system will then reboot on the next run of the upgrade service which finishes inside the reboot window. E.g. we can run the update service twice per week, once during the night and once during the day, but reboots are only allowed during the night. By doing so, a system that is usually shut down during the night will still receive updates and systems that are turned on 24/7 can be rebooted outside of production hours. Co-authored-by: Silvan Mosberger <github@infinisil.com>
* | nixos/doc/rl-22.05: add changelog entry for modprobe changesLuflosi2022-03-17
| | | | | | | | Add a changelog entry for the changes in 3dc6fab5c9362db2cf079ffa15f2b62b05001747.
* | Revert "nixos/modprobe: add boot.initrd.extraModprobeConfig option"Luflosi2022-03-17
| | | | | | | | This reverts commit 1c58cdbeed880e99d816c234a954d4cdfc073b6c, since this change was made redundant by 3dc6fab5c9362db2cf079ffa15f2b62b05001747 and in https://github.com/NixOS/nixpkgs/pull/145013 we decided to revert this commit.
* | Merge pull request #162271 from Infinisil/warn-no-typeRobert Hensing2022-03-16
|\ \ | | | | | | Throw an error for options without a type
| * | lib/options: Throw error for options without a typeJanne Heß2022-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | Makes all options rendered in the manual throw an error if they don't have a type specified. This is a follow-up to #76184 Co-Authored-By: Silvan Mosberger <contact@infinisil.com>
| * | nixos/treewide: Add last missing option typesSilvan Mosberger2022-02-28
| | | | | | | | | | | | Co-Authored-By: Janne Heß <janne@hess.ooo>
* | | Merge pull request #164268 from MrMebelMan/update/kratosPavol Rusnak2022-03-16
|\ \ \ | | | | | | | | kratos: 0.8.0-alpha.3 -> 0.8.3-alpha.1.pre.0
| * | | kratos: 0.8.0-alpha.3 -> 0.8.3-alpha.1.pre.0Vladyslav Burzakovskyy2022-03-15
| | | |
* | | | Merge pull request #164270 from alyssais/locate-pruneNamesSandro2022-03-16
|\ \ \ \
| * | | | nixos/locate: disable default findutils pruneNamesAlyssa Ross2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't make sense to have a default value for this that's incompatible with the default locate implementation. It means that just doing services.locate.enable = true; generates a warning, even if you don't care about pruning anything. So only use the default prune list if the locate implementation supports it (i.e., isn't findutils).
* | | | | Merge pull request #164317 from bobvanderlinden/pr-move-systemd-fns-libRobert Hensing2022-03-16
|\ \ \ \ \ | | | | | | | | | | | | nixos: systemd: split off helper functions into systemd-lib
| * | | | | nixos: systemd: split off helper functions into systemd-libBob van der Linden2022-03-15
| | | | | |
* | | | | | Merge pull request #164313 from Ma27/drop-nextcloud21Maximilian Bosch2022-03-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | nextcloud21: remove
| * | | | | | nextcloud21: removeMaximilian Bosch2022-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EOLed by upstream in 2022-02[1]. [1] https://docs.nextcloud.com/server/23/admin_manual/release_schedule.html#older-versions
* | | | | | | Merge pull request #154004 from illustris/hadoopArtturi2022-03-16
|\ \ \ \ \ \ \
| * | | | | | | nixos/hadoop: add release notesillustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: add module options for commonly used service configsillustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: use CGroups to enforce container limits by defaultillustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: add gateway roleillustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: fix tests for hadoop 2 and 3.2illustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: use FairScheduler by defaultillustris2022-03-11
| | | | | | | |
| * | | | | | | hadoop: add passthrough testsillustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: add HADOOP_CONF_DIR to envillustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: disable openFirewall by defaultillustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: refactor HDFS configsillustris2022-03-11
| | | | | | | |
| * | | | | | | nixos/hadoop: refactor HDFS optionsillustris2022-03-09
| | | | | | | |
| * | | | | | | nixos/hadoop: fix mkenableoption textillustris2022-03-09
| | | | | | | |
* | | | | | | | Merge pull request #164068 from cab404/masterAlexander Bantyev2022-03-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | os-release: preserve fields from being excessively quoted
| * | | | | | | | nixos/modules/version: remove unnecessary quotingVladimir Serov2022-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (In cases it is unnecessary)
* | | | | | | | | Merge pull request #160075 from ConnorBaker/spark_3_2_1Silvan Mosberger2022-03-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | spark: init 3.2.1 and test on aarch64-linux
| * | | | | | | | | spark: update release notes for 22.05Connor Baker2022-03-10
| | | | | | | | | |
| * | | | | | | | | spark: init 3.2.1 and test on aarch64-linuxConnor Baker2022-03-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #162535 from astro/pacemakerRyan Mulligan2022-03-15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | pacemaker: init
| * | | | | | | | | nixos/tests/pacemaker: initAstro2022-03-09
| | | | | | | | | |
| * | | | | | | | | nixos: init corosync, pacemaker modulesAstro2022-03-08
| | | | | | | | | |
* | | | | | | | | | Merge pull request #164105 from ncfavier/ibusJan Tojnar2022-03-15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | ibus: 1.5.24 -> 1.5.26
| * | | | | | | | | nixos/environment: add GTK paths to pathsToLinkNaïm Favier2022-03-14
| | | | | | | | | |
* | | | | | | | | | Merge pull request #161818 from Luflosi/fix-tor-read-resolv.confSandro2022-03-15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nixos/tor: allow tor to read resolv.conf when using resolvedLuflosi2022-03-15
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `services.resolved.enable` is set to true, the file /etc/resolv.conf becomes a symlink to /etc/static/resolv.conf, which is a symlink to /run/systemd/resolve/stub-resolv.conf. Without this commit, tor does not have access to this file thanks to systemd confinement. This results in the following warning when tor starts: ``` [warn] Unable to stat resolver configuration in '/etc/resolv.conf': No such file or directory [warn] Could not read your DNS config from '/etc/resolv.conf' - please investigate your DNS configuration. This is possibly a problem. Meanwhile, falling back to local DNS at 127.0.0.1. ``` To fix this, simply allow read-only access to the file when resolved is in use. According to https://github.com/NixOS/nixpkgs/pull/161818#discussion_r824820462, the symlink may also point to /run/systemd/resolve/resolv.conf, so allow that as well.
* | | | | | | | | | Merge pull request #160750 from Izorkin/update-prosodyFranz Pletz2022-03-15
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | nixos/tests/prosody: return prosody-mysql testIzorkin2022-02-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #164050 from LunNova/lunnova/disable-lucida-bitmap-fontsMichele Guerini Rocco2022-03-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove ancient unfree bitmap fonts from fonts.defaultXFonts
| * | | | | | | | | | nixos/fonts: Document removal of ancient bitmap fonts from default configLuna Nova2022-03-13
| | | | | | | | | | |
| * | | | | | | | | | nixos/fonts: Remove ancient bitmap fonts from defaultXFontsLuna Nova2022-03-13
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/issues/160740
* | | | | | | | | | nixos/doc/rl-22.05: mention nvidia va-api additionsJonathan Ringer2022-03-14
| | | | | | | | | |