Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-27 | Merge pull request #131587 from hyperfekt/systemd-pstore | ajs124 | 1 | -3/+3 | |
nixos/filesystems: succeed mount-pstore.service without backend | |||||
2021-07-27 | Merge pull request #110742 from siraben/deprecate-fold | Ben Siraphob | 13 | -14/+14 | |
2021-07-26 | nixos/filesystems: succeed mount-pstore.service without backend | hyperfekt | 1 | -3/+3 | |
2021-07-26 | Merge pull request #131118 from etu/sanoid-syncoid-improvements | Elis Hirwing | 5 | -291/+353 | |
nixos/{syncoid,sanoid}: Improve ZFS permission delegation | |||||
2021-07-26 | nixos/tests/sanoid: Improve tests by checking that no permissions are left ↵ | Elis Hirwing | 1 | -0/+12 | |
behind | |||||
2021-07-26 | nixos/rl-notes/21.11: Add note about remaining syncoid permissions | Elis Hirwing | 2 | -0/+15 | |
2021-07-26 | nixos/syncoid: Drop ~[at]sync from the systemcallfilter to avoid coredumps | Elis Hirwing | 1 | -1/+0 | |
2021-07-26 | nixos/sanoid: Reformat file with nixpkgs-fmt | Elis Hirwing | 1 | -97/+102 | |
2021-07-26 | nixos/syncoid: Reformat file with nixpkgs-fmt | Elis Hirwing | 1 | -177/+196 | |
2021-07-26 | nixos/sanoid: Use a function to build allow/unallow commands | Elis Hirwing | 1 | -7/+13 | |
2021-07-26 | nixos/syncoid: Build unallow commands as a post job to drop permissions | Elis Hirwing | 1 | -9/+15 | |
2021-07-25 | nixos/tests/chromium: Drop the workaround for Chrome GPU crashes | Michael Weiss | 1 | -5/+1 | |
This regression was fixed by 51d83077ffb. | |||||
2021-07-25 | nixos/tests/chromium: Check the version and that it's an official build | Michael Weiss | 1 | -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-25 | Merge pull request #124431 from hyperfekt/systemd-pstore | Luke Granger-Brown | 1 | -10/+15 | |
nixos/filesystems: mount-pstore.service improvements | |||||
2021-07-25 | nixos/sanoid: Extract datasets rather than pools | Elis Hirwing | 1 | -8/+8 | |
When making new snapshots we only need to delegate permissions to the specific dataset rather than the entire pool. | |||||
2021-07-25 | nixos/syncoid: Extract datasets rather than pools | Elis Hirwing | 1 | -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-24 | Merge pull request #128724 from fortuneteller2k/nixos/iwd | Aaron Andersen | 3 | -2/+41 | |
nixos/iwd: add settings option | |||||
2021-07-24 | Merge pull request #98455 from ju1m/syncoid-split | Elis Hirwing | 2 | -47/+127 | |
nixos/syncoid: split in multiple systemd services and harden them | |||||
2021-07-24 | nixos/postgresql: use postgres 13 for 21.11 (#131018) | Yuka | 3 | -1/+9 | |
Co-authored-by: Kim Lindberger <kim.lindberger@gmail.com> | |||||
2021-07-24 | nixos/syncoid: split in multiple systemd services | Julien Moutinho | 2 | -47/+127 | |
2021-07-23 | Merge pull request #131173 from zhaofengli/klipper-cfg-list | Bernardo Meurer | 1 | -1/+7 | |
nixos/klipper: Allow lists as values for gcode_macro | |||||
2021-07-23 | Merge pull request #131215 from Ma27/bump-grocy | Sandro | 1 | -1/+1 | |
grocy: 3.0.1 -> 3.1.0 | |||||
2021-07-23 | nixos/iwd: add settings option | fortuneteller2k | 3 | -2/+41 | |
2021-07-23 | tuxguitar: 125945 (#131028) | Benjamin Asbach | 2 | -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-23 | Merge pull request #129732 from nivadis/patch-2 | Maximilian Bosch | 1 | -1/+0 | |
nextcloud: remove expires header | |||||
2021-07-23 | Merge pull request #129408 from kurnevsky/swap-luks-discards | Jörg Thalheim | 1 | -1/+1 | |
nixos/swap: allow luks discards if swap discards are enabled | |||||
2021-07-23 | grocy: 3.0.1 -> 3.1.0 | Maximilian Bosch | 1 | -1/+1 | |
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.0 | |||||
2021-07-23 | Merge pull request #131190 from primeos/nixos-tests-chromium | Michael Weiss | 1 | -1/+2 | |
chromium: Check the text rendering | |||||
2021-07-23 | Merge pull request #128032 from Artturin/add-swap-options | Robert Hensing | 2 | -1/+10 | |
nixos/swap: add options option | |||||
2021-07-23 | chromium: Check the text rendering | Michael Weiss | 1 | -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-22 | nixos/klipper: Allow lists as values for gcode_macro | Zhaofeng Li | 1 | -1/+7 | |
2021-07-23 | Merge pull request #131151 from tomfitzhenry/patch-1 | Samuel Dionne-Riel | 1 | -1/+1 | |
nixos/iio: mention iio-sensor-proxy in option description | |||||
2021-07-23 | nixos/iio: mention iio-sensor-proxy in option description | Tom | 1 | -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-23 | Merge pull request #130503 from flokli/nss-fix-ordering | Florian Klink | 6 | -8/+103 | |
nixos/systemd: fix NSS database ordering | |||||
2021-07-23 | Merge pull request #129644 from NixOS/home-assistant | Martin Weinelt | 1 | -0/+1 | |
2021-07-23 | nixos/home-assistant: allow serial access for the zwave component | Martin Weinelt | 1 | -0/+1 | |
2021-07-22 | Merge pull request #130853 from mweinelt/pppd | Martin Weinelt | 1 | -4/+22 | |
2021-07-22 | Merge pull request #128841 from Artturin/udevil | Sandro | 1 | -0/+3 | |
2021-07-22 | Merge pull request #128649 from nrdxp/fix-unstable-nix-zsh-completions | Maximilian Bosch | 1 | -5/+21 | |
zsh: fix nixUnstable completions | |||||
2021-07-22 | Merge pull request #130062 from nh2/plausible-fix-shell-scripting-errors | Maximilian Bosch | 1 | -3/+15 | |
nixos/plausible: Fix shell scripting errors, runtime fixes | |||||
2021-07-21 | zsh: include completions for nix-* commands | Timothy DeHerrera | 1 | -5/+15 | |
2021-07-21 | zsh: format module with nixpkgs-fmt | Timothy DeHerrera | 1 | -4/+10 | |
2021-07-21 | zsh: remove conflicting nixUnstable completions | Timothy DeHerrera | 1 | -1/+1 | |
2021-07-21 | Merge pull request #130945 from mdlayher/mdl-corerad-docs | Pavol Rusnak | 1 | -1/+1 | |
nixos/corerad: update link to reference configuration file | |||||
2021-07-21 | Merge pull request #124799 from rissson/nixos-unbound-fix-124780 | Andreas Rammhold | 1 | -1/+10 | |
nixos/unbound: fix define-tag option | |||||
2021-07-21 | nixos/pppd: allow AF_NETLINK | Martin Weinelt | 1 | -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-21 | nixos/corerad: update link to reference configuration file | Matt Layher | 1 | -1/+1 | |
Signed-off-by: Matt Layher <mdlayher@gmail.com> | |||||
2021-07-21 | Merge pull request #130864 from pstn/mingw-64 | Ben Siraphob | 2 | -0/+8 | |
mingw-64: 6.0.0 -> 9.0.0 | |||||
2021-07-21 | nixos/pppd: replace CAP_SYS_ADMIN with CAP_BPF | Martin Weinelt | 1 | -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-21 | Merge pull request #130877 from primeos/chromium | Michael Weiss | 1 | -1/+1 | |
chromium: 91.0.4472.164 -> 92.0.4515.107 |