summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10treewide: optional -> optionals where the argument is a listArtturin6-7/+7
the argument to optional should not be list
2022-10-10treewide: *Flags convert to list from strArtturin8-37/+39
*Flags implies a list slightly relevant: > stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172 the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so it's not a breaking change
2022-10-10Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-10-10Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-10-10Merge pull request #195324 from zhaofengli/fwupd-config-mergingCabia Rangris1-1/+1
nixos/fwupd: Fix configuration file merging
2022-10-10nixos/fwupd: Fix configuration file mergingZhaofeng Li1-1/+1
2022-10-10Merge staging-next into staginggithub-actions[bot]1-1/+6
2022-10-10Merge master into staging-nextgithub-actions[bot]1-1/+6
2022-10-10Merge pull request #195230 from illustris/sssd-ldapMartin Weinelt1-1/+6
2022-10-10nixos/sssd: fix race condition in testillustris1-1/+6
2022-10-09Merge pull request #181764 from mweinelt/glibc-without-libcryptMartin Weinelt2-1/+31
2022-10-09Merge staging-next into staginggithub-actions[bot]7-9/+210
2022-10-09Merge master into staging-nextgithub-actions[bot]7-9/+210
2022-10-09nixos/seafile: avoid sleep in testsGreizgh1-9/+3
Replace sleep statements with wait_until_succeeds
2022-10-09nixos/tests/shadow: new hashes support with libxcryptFranz Pletz2-1/+31
2022-10-09Merge pull request #187026 from azahi/endlessh-goSandro6-0/+207
2022-10-09Merge staging-next into staginggithub-actions[bot]7-26/+198
2022-10-09Merge master into staging-nextgithub-actions[bot]7-26/+198
2022-10-09Merge pull request #195190 from Ma27/coturn-replace-secretFranz Pletz1-3/+4
nixos/coturn: refactor secret injection
2022-10-09Merge pull request #195057 from LeSuisse/sget-initAnderson Torres2-2/+4
sget: init at unstable-2022-10-04
2022-10-09Merge pull request #194738 from mayflower/pi-tokenjanitorMaximilian Bosch1-1/+93
nixos/privacyidea: add proper support for `privacyidea-token-janitor`
2022-10-09nixos/coturn: refactor secret injectionMaximilian Bosch1-3/+4
The original implementation had a few issues: * The secret was briefly leaked since it is part of the cmdline for `sed(1)` and on Linux `cmdline` is world-readable. * If the secret would contain either a `,` or a `"` it would mess with the `sed(1)` expression itself unless you apply messy escape hacks. To circumvent all of that, I decided to use `replace-secret` which allows you to replace a string inside a file (in this case `#static-auth-secret#`) with the contents of a file, i.e. `cfg.static-auth-secret-file` without any of these issues.
2022-10-09Merge pull request #191198 from Moredread/nixpkgs-paperlessSandro1-0/+8
nixosTests.paperless: check if /metadata/ can be accessed
2022-10-09nixos/gitlab: Configure ActionCabletalyz1-0/+9
ActionCable is used to provide realtime updates in a few places, mainly the issue sidebar.
2022-10-09nixos/gitlab: Set a more appropriate type for extraConfigtalyz1-1/+2
2022-10-09nixos/gitlab: Make sure docker-registry starts after cert generationtalyz1-0/+1
2022-10-09nixos/gitlab: Create registry state pathtalyz1-0/+1
2022-10-09nixos/gitlab: Connect to redis through a unix socket by defaulttalyz1-12/+6
This gives us slightly higher security as you have to be in the gitlab group to connect, and possibly a (very small) performance benefit as well.
2022-10-09nixos/gitlab: Add findutils to runtime dependenciestalyz1-0/+1
Needed for the gitlab:cleanup:orphan_job_artifact_files rake task.
2022-10-09nixos/gitlab: Deduplicate runtime dependency listingtalyz1-2/+12
2022-10-09nixos/gitlab: Add workhorse.config optiontalyz1-0/+48
2022-10-09genJqSecretsReplacementSnippet: Allow dots in attribute names...talyz1-5/+9
...and escape quotation marks and backslashes.
2022-10-09Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-10-09Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-10-08Merge staging-next into staginggithub-actions[bot]2-19/+37
2022-10-08Merge master into staging-nextgithub-actions[bot]2-19/+37
2022-10-08sget: init at unstable-2022-10-04Thomas Gerbet2-2/+4
This binary was provided by the `cosign` package until now but it is in the process of being removed, see https://github.com/sigstore/cosign/pull/2019 Since it might be removed during the 22.11 cycle we drop it preventively. This will make possible security backports easier if we need them.
2022-10-08iwd: remove myself as maintainerJörg Thalheim1-1/+1
2022-10-08Merge pull request #194941 from Artturin/libxml2strictArtturi1-1/+1
2022-10-08Merge pull request #194684 from oxalica/fix/systemd-oomd-testFlorian Klink1-19/+36
nixos/tests/systemd-oomd: fix and follows upstream tests
2022-10-08Merge staging-next into staginggithub-actions[bot]4-19/+37
2022-10-08nixosTests.spark: give worker node 2G of memoryRobert Scott1-0/+1
test currently failing due to OOM
2022-10-08Merge branch 'master' into staging-nextVladimír Čunát4-19/+37
2022-10-07nixos/udev: allow marking firmware as not compressibleNick Cao1-3/+3
2022-10-07Merge pull request #194391 from guibou/fast_haskell_ghc_with_packagesBernardo Meurer2-0/+19
2022-10-07nixosOptionsDoc: buildInputs -> nativeBuildInputsArtturin1-1/+1
to make strictDepsByDefault work
2022-10-07Merge pull request #194395 from helsinki-systems/upd/opensshJanne Heß2-0/+12
[staging] openssh: 9.0p1 -> 9.1p1
2022-10-07nixos/doc: add release-notes entries for lib.closePropagation changesGuillaume Bouchard2-0/+19
2022-10-07Merge pull request #190052 from JasonWoof/acme-exampleChristian Kögler1-5/+6
nixos/doc: fix acme dns-01 example
2022-10-07Merge pull request #193694 from cab404/fwupd-remote-listAlexander Bantyev1-10/+27
nixos.fwupd: add remote list option