about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2022-03-19treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier2-3/+3
Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-18Merge staging-next into staginggithub-actions[bot]3-0/+13
2022-03-18Merge pull request #164624 from ↵Artturi1-0/+2
mart-w/fix/nixos/paperless-ng-fix-164615-consumation-bug nixos/paperless-ng: fix #164615
2022-03-18unifi: unifi6 -> unifi7pennae2-0/+11
2022-03-18Merge staging-next into staginggithub-actions[bot]2-0/+8
2022-03-18_7zz: correct license (#163999)j-k2-0/+8
* _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
2022-03-18Merge staging-next into staginggithub-actions[bot]1-12/+71
2022-03-17Merge pull request #77622 from R-VdP/nixos-upgrade-reboot-windowSilvan Mosberger1-12/+71
NixOS/auto-upgrade: offer the possibility to define a reboot window during which the system may be automatically rebooted
2022-03-17nixos/paperless-ng: fix #164615Martin Wurm1-0/+2
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.
2022-03-17Merge staging-next into staginggithub-actions[bot]4-28/+5
2022-03-17nixos/doc/rl-22.05: add changelog entry for modprobe changesLuflosi2-0/+10
Add a changelog entry for the changes in 3dc6fab5c9362db2cf079ffa15f2b62b05001747.
2022-03-17Revert "nixos/modprobe: add boot.initrd.extraModprobeConfig option"Luflosi4-33/+0
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.
2022-03-17Merge staging-next into staginggithub-actions[bot]14-223/+324
2022-03-16Merge pull request #162271 from Infinisil/warn-no-typeRobert Hensing9-21/+47
Throw an error for options without a type
2022-03-16Merge pull request #164268 from MrMebelMan/update/kratosPavol Rusnak2-0/+54
kratos: 0.8.0-alpha.3 -> 0.8.3-alpha.1.pre.0
2022-03-16Merge pull request #164270 from alyssais/locate-pruneNamesSandro1-1/+5
2022-03-16Merge pull request #164317 from bobvanderlinden/pr-move-systemd-fns-libRobert Hensing2-201/+218
nixos: systemd: split off helper functions into systemd-lib
2022-03-16Merge staging-next into staginggithub-actions[bot]13-364/+601
2022-03-16Merge pull request #164313 from Ma27/drop-nextcloud21Maximilian Bosch2-11/+2
nextcloud21: remove
2022-03-16Merge pull request #154004 from illustris/hadoopArtturi11-353/+599
2022-03-16nixos/locate: disable default findutils pruneNamesAlyssa Ross1-1/+5
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).
2022-03-16Merge remote-tracking branch 'origin/staging-next' into stagingzowoq17-25/+549
Conflicts: pkgs/development/python-modules/symengine/default.nix
2022-03-16Merge pull request #164068 from cab404/masterAlexander Bantyev1-1/+5
os-release: preserve fields from being excessively quoted
2022-03-16Merge pull request #160075 from ConnorBaker/spark_3_2_1Silvan Mosberger3-1/+50
spark: init 3.2.1 and test on aarch64-linux
2022-03-15Merge pull request #162535 from astro/pacemakerRyan Mulligan7-0/+285
pacemaker: init
2022-03-15nixos: systemd: split off helper functions into systemd-libBob van der Linden2-201/+218
2022-03-15nextcloud21: removeMaximilian Bosch2-11/+2
EOLed by upstream in 2022-02[1]. [1] https://docs.nextcloud.com/server/23/admin_manual/release_schedule.html#older-versions
2022-03-15Merge pull request #164105 from ncfavier/ibusJan Tojnar1-1/+3
ibus: 1.5.24 -> 1.5.26
2022-03-15Merge pull request #161818 from Luflosi/fix-tor-read-resolv.confSandro1-1/+5
2022-03-15Merge pull request #160750 from Izorkin/update-prosodyFranz Pletz3-0/+126
2022-03-15nixos/tor: allow tor to read resolv.conf when using resolvedLuflosi1-1/+5
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.
2022-03-15kratos: 0.8.0-alpha.3 -> 0.8.3-alpha.1.pre.0Vladyslav Burzakovskyy2-0/+54
2022-03-15nixos/modules/version: remove unnecessary quotingVladimir Serov1-1/+5
(In cases it is unnecessary)
2022-03-15Merge pull request #164050 from LunNova/lunnova/disable-lucida-bitmap-fontsMichele Guerini Rocco3-5/+31
Remove ancient unfree bitmap fonts from fonts.defaultXFonts
2022-03-14nixos/doc/rl-22.05: mention nvidia va-api additionsJonathan Ringer2-0/+11
2022-03-14nixos/nvidia: add vaapi supportJonathan Ringer1-2/+6
2022-03-14nixos/environment: add GTK paths to pathsToLinkNaïm Favier1-1/+3
2022-03-14Merge pull request #163433 from JJJollyjim/bcachefsdavidak1-5/+4
bcachefs: unstable-2022-01-12 -> unstable-2022-03-09
2022-03-14Merge pull request #163431 from nazarewk/update-plantuml-serverLuke Granger-Brown1-3/+18
plantuml-server 1.2021.12 -> 1.2022.2
2022-03-14Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross31-495/+1230
Conflicts: pkgs/development/compilers/ocaml/4.12.nix pkgs/development/python-modules/oci/default.nix pkgs/tools/admin/bubblewrap/default.nix
2022-03-14Merge pull request #163622 from ilya-fedin/mate-allow-remove-any-packageAlexander Bantyev1-6/+5
nixos/mate: allow remove any added package
2022-03-14nixos/bcachefs: re-enable encryption in testJamie McClymont1-5/+4
2022-03-14Merge pull request #164060 from ncfavier/fix-installBootLoaderJanne Heß1-1/+4
nixos/switch-to-configuration: fix installBootLoader escaping
2022-03-14Merge pull request #162254 from Ma27/init-dmarc-exporterMaximilian Bosch2-0/+118
prometheus-dmarc-exporter: init at 0.5.1
2022-03-14Merge pull request #163960 from bobby285271/pantheonBobby Rong1-0/+1
nixos/pantheon: enable xdg desktop integration
2022-03-14nixos/switch-to-configuration: fix installBootLoader escapingNaïm Favier1-1/+4
Use a quoted heredoc to inject installBootLoader safely into the script, and restore the previous invocation of `system` with a single argument so that shell commands keep working.
2022-03-13nixos/fonts: Document removal of ancient bitmap fonts from default configLuna Nova2-0/+31
2022-03-13nixos/fonts: Remove ancient bitmap fonts from defaultXFontsLuna Nova1-5/+0
See https://github.com/NixOS/nixpkgs/issues/160740
2022-03-13Merge pull request #163716 from svanderburg/fixtomcatSander van der Burg3-3/+26
nixos/tomcat: configure default group and fix broken default package …
2022-03-13Merge pull request #154113 from pennae/systemd-escapingpennae6-0/+157
nixos: add functions and documentation for escaping systemd Exec* directives