about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2021-07-27Merge pull request #131587 from hyperfekt/systemd-pstoreajs1241-3/+3
nixos/filesystems: succeed mount-pstore.service without backend
2021-07-27Merge pull request #110742 from siraben/deprecate-foldBen Siraphob13-14/+14
2021-07-26nixos/filesystems: succeed mount-pstore.service without backendhyperfekt1-3/+3
2021-07-26Merge pull request #131118 from etu/sanoid-syncoid-improvementsElis Hirwing5-291/+353
nixos/{syncoid,sanoid}: Improve ZFS permission delegation
2021-07-26nixos/tests/sanoid: Improve tests by checking that no permissions are left ↵Elis Hirwing1-0/+12
behind
2021-07-26nixos/rl-notes/21.11: Add note about remaining syncoid permissionsElis Hirwing2-0/+15
2021-07-26nixos/syncoid: Drop ~[at]sync from the systemcallfilter to avoid coredumpsElis Hirwing1-1/+0
2021-07-26nixos/sanoid: Reformat file with nixpkgs-fmtElis Hirwing1-97/+102
2021-07-26nixos/syncoid: Reformat file with nixpkgs-fmtElis Hirwing1-177/+196
2021-07-26nixos/sanoid: Use a function to build allow/unallow commandsElis Hirwing1-7/+13
2021-07-26nixos/syncoid: Build unallow commands as a post job to drop permissionsElis Hirwing1-9/+15
2021-07-25nixos/tests/chromium: Drop the workaround for Chrome GPU crashesMichael Weiss1-5/+1
This regression was fixed by 51d83077ffb.
2021-07-25nixos/tests/chromium: Check the version and that it's an official buildMichael Weiss1-0/+10
This also prints and screenshots the output of chrome://version which contains useful information. Outputs (stable, beta, ungoogled, chrome-stable, chrome-beta, chrome-dev): Chromium 92.0.4515.107 (Official Build) (64-bit) Chromium 92.0.4515.107 (Official Build) (64-bit) Chromium 91.0.4472.164 (Official Build, ungoogled-chromium) (64-bit) Google Chrome 92.0.4515.107 (Official Build) (64-bit) Google Chrome 92.0.4515.107 (Official Build) beta (64-bit) Google Chrome 93.0.4577.8 (Official Build) dev (64-bit)
2021-07-25Merge pull request #124431 from hyperfekt/systemd-pstoreLuke Granger-Brown1-10/+15
nixos/filesystems: mount-pstore.service improvements
2021-07-25nixos/sanoid: Extract datasets rather than poolsElis Hirwing1-8/+8
When making new snapshots we only need to delegate permissions to the specific dataset rather than the entire pool.
2021-07-25nixos/syncoid: Extract datasets rather than poolsElis Hirwing1-9/+9
When sending or receiving datasets with the old implementation it wouldn't matter which dataset we were sending or receiving, we would always delegate permissions to the entire pool.
2021-07-24Merge pull request #128724 from fortuneteller2k/nixos/iwdAaron Andersen3-2/+41
nixos/iwd: add settings option
2021-07-24Merge pull request #98455 from ju1m/syncoid-splitElis Hirwing2-47/+127
nixos/syncoid: split in multiple systemd services and harden them
2021-07-24nixos/postgresql: use postgres 13 for 21.11 (#131018)Yuka3-1/+9
Co-authored-by: Kim Lindberger <kim.lindberger@gmail.com>
2021-07-24nixos/syncoid: split in multiple systemd servicesJulien Moutinho2-47/+127
2021-07-23Merge pull request #131173 from zhaofengli/klipper-cfg-listBernardo Meurer1-1/+7
nixos/klipper: Allow lists as values for gcode_macro
2021-07-23Merge pull request #131215 from Ma27/bump-grocySandro1-1/+1
grocy: 3.0.1 -> 3.1.0
2021-07-23nixos/iwd: add settings optionfortuneteller2k3-2/+41
2021-07-23tuxguitar: 125945 (#131028)Benjamin Asbach2-0/+25
* tuxguitar: Ensure that tuxguitar is launched with java 8 comtabilbe jre and libraries as greate java version is not supported * tuxguitar: Added test to verify application starts without problems * tuxguitar: 1.5.2 -> 1.5.4
2021-07-23Merge pull request #129732 from nivadis/patch-2Maximilian Bosch1-1/+0
nextcloud: remove expires header
2021-07-23Merge pull request #129408 from kurnevsky/swap-luks-discardsJörg Thalheim1-1/+1
nixos/swap: allow luks discards if swap discards are enabled
2021-07-23grocy: 3.0.1 -> 3.1.0Maximilian Bosch1-1/+1
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.0
2021-07-23Merge pull request #131190 from primeos/nixos-tests-chromiumMichael Weiss1-1/+2
chromium: Check the text rendering
2021-07-23Merge pull request #128032 from Artturin/add-swap-optionsRobert Hensing2-1/+10
nixos/swap: add options option
2021-07-23chromium: Check the text renderingMichael Weiss1-1/+2
This should catch regressions like #131074 in the future. In that case a glibc update caused a regression that caused most of the text to become invisible (just not the "Web Store" we've already been checking for).
2021-07-22nixos/klipper: Allow lists as values for gcode_macroZhaofeng Li1-1/+7
2021-07-23Merge pull request #131151 from tomfitzhenry/patch-1Samuel Dionne-Riel1-1/+1
nixos/iio: mention iio-sensor-proxy in option description
2021-07-23nixos/iio: mention iio-sensor-proxy in option descriptionTom1-1/+1
In https://github.com/NixOS/nixpkgs/pull/131094 I mistakenly created a new NixOS module for iio-sensor-proxy because I did not know about `hardware.sensor.iio`. To help people find `hardware.sensor.iio`, include the string "iio-sensor-proxy" in the description. To search for an iio-sensor-proxy module, I tried in vain: * `find -iname '*iio-sensor-proxy*'` * https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&query=iio-sensor-proxy * This PR will ensure this search query finds `hardware.sensor.iio`
2021-07-23Merge pull request #130503 from flokli/nss-fix-orderingFlorian Klink6-8/+103
nixos/systemd: fix NSS database ordering
2021-07-23Merge pull request #129644 from NixOS/home-assistantMartin Weinelt1-0/+1
2021-07-23nixos/home-assistant: allow serial access for the zwave componentMartin Weinelt1-0/+1
2021-07-22Merge pull request #130853 from mweinelt/pppdMartin Weinelt1-4/+22
2021-07-22Merge pull request #128841 from Artturin/udevilSandro1-0/+3
2021-07-22Merge pull request #128649 from nrdxp/fix-unstable-nix-zsh-completionsMaximilian Bosch1-5/+21
zsh: fix nixUnstable completions
2021-07-22Merge pull request #130062 from nh2/plausible-fix-shell-scripting-errorsMaximilian Bosch1-3/+15
nixos/plausible: Fix shell scripting errors, runtime fixes
2021-07-21zsh: include completions for nix-* commandsTimothy DeHerrera1-5/+15
2021-07-21zsh: format module with nixpkgs-fmtTimothy DeHerrera1-4/+10
2021-07-21zsh: remove conflicting nixUnstable completionsTimothy DeHerrera1-1/+1
2021-07-21Merge pull request #130945 from mdlayher/mdl-corerad-docsPavol Rusnak1-1/+1
nixos/corerad: update link to reference configuration file
2021-07-21Merge pull request #124799 from rissson/nixos-unbound-fix-124780Andreas Rammhold1-1/+10
nixos/unbound: fix define-tag option
2021-07-21nixos/pppd: allow AF_NETLINKMartin Weinelt1-1/+11
The pppd daemon starting with version 2.4.9 uses rtnetlink to configure the ipv6 peer address on the ppp interface. It therefore requires allowing AF_NETLINK sockets.
2021-07-21nixos/corerad: update link to reference configuration fileMatt Layher1-1/+1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-07-21Merge pull request #130864 from pstn/mingw-64Ben Siraphob2-0/+8
mingw-64: 6.0.0 -> 9.0.0
2021-07-21nixos/pppd: replace CAP_SYS_ADMIN with CAP_BPFMartin Weinelt1-3/+11
The kernel before version 5.7 required CAP_SYS_ADMIN to conduct BPF operations. After that a separate capability CAP_BPF was created, which should be sufficient in this scenario and will further tighten the sandbox around our pppd service. Tested on my personal DSL line.
2021-07-21Merge pull request #130877 from primeos/chromiumMichael Weiss1-1/+1
chromium: 91.0.4472.164 -> 92.0.4515.107