summaryrefslogtreecommitdiffstats
path: root/nixos
AgeCommit message (Collapse)Author
2021-09-13Merge pull request #133166 from symphorien/nonogroupGuillaume Girol
Don't default to nogroup for the primary group of users.
2021-09-13Merge pull request #125404 from talyz/parsedmarcKim Lindberger
parsedmarc: Add package and NixOS module
2021-09-13nixos/parsedmarc: Add manual entry and release notetalyz
2021-09-13nixos/parsedmarc: Add testtalyz
2021-09-13nixos/parsedmarc: Add NixOS moduletalyz
2021-09-13nixos/elasticsearch: Wait for elasticsearch to start up properlytalyz
Other services that depend on elasticsearch should be started after it, but since the versions we're packaging have to run as "Type=simple", they're started as soon as the elasticsearch binary has been executed, likely winning the race against it. This makes sure elasticsearch is up and running, responding to a simple query, before dependents are started.
2021-09-13nixos/top-level: fix crossAlyssa Ross
When cross-compiling, we can't run the runtime shell to check syntax if it's e.g. for a different architecture. We have two options here. We can disable syntax checking when cross compiling, but that risks letting errors through. Or, we can do what I've done here, and change the syntax check to use stdenv's shell instead of the runtime shell. This requires the stdenv shell and runtime shell to be broadly compatible, but I think that's so ingrained in Nixpkgs anyway that it's fine. And this way we avoid conditionals that check for cross.
2021-09-13Merge pull request #136109 from john-consumable/masterSandro
2021-09-12nixos/kernel: add 5.14 to kernel test-suiteMaximilian Bosch
I guess that this was just forgotten in #136150 and I realized while running these tests for the latest kernel updates.
2021-09-12Merge pull request #66415 from ToxicFrog/crossfireSandro
2021-09-12Merge pull request #137132 from Ma27/pi-sudoMaximilian Bosch
nixos/privacyidea: use `sudo(8)` that's configured via the module
2021-09-12Merge pull request #135751 from zhaofengli/promtail-allow-positions-fileMaximilian Bosch
nixos/promtail: Allow write access to positions file if not in CacheDirectory
2021-09-12Merge pull request #136615 from teto/lua-flatMatthieu Coudron
Various lua changes/cleanup
2021-09-12treewide: remove danieldk as maintainer from a set of packagesDaniël de Kok
I currently do not have much time to work on nixpkgs. Remove myself as a maintainer from a bunch of packages to avoid that people are waiting on me for a review.
2021-09-12nixos/rabbitmq: clean-up after f091420c1d194ad398142959266f18493da1ff83ajs124
2021-09-12nixos/tests/caddy.nix: fix evalGuillaume Girol
2021-09-12nixos: add release notes about users.users.name.groupGuillaume Girol
2021-09-12nixos: define the primary group of users where neededGuillaume Girol
2021-09-12Merge pull request #137444 from SuperSandro2000/wicdSandro
treewide: yank wicd as it is abandoned
2021-09-12Merge pull request #137082 from bobby285271/markdownJörg Thalheim
nixos/doc: Convert more articles to CommonMark
2021-09-12nixos/kubernetes: add cni-plugin-flannel to kubelet.cni.packageszowoq
the flannel plugin was removed from `cni-plugins` in ee8ed2cd8d4e1735682116532ffca669acc9e5af
2021-09-12nixos: nixos/doc/manual/installation/installing.xml to CommonMarkBobby Rong
2021-09-12lua: add LUA_PATH changes to release notesMatthieu Coudron
lua interpreters have been patched not to look into FHS folders anymore.
2021-09-11nixos/datadog-agent: Note breaking changes in release notes.John Soo
2021-09-11nixos/datadog-agent: Update process collection binary.John Soo
2021-09-11datadog-agent: Add release note entry.John Soo
2021-09-11treewide: yank wicd as it is abandonedSandro Jäckel
2021-09-11Merge pull request #137325 from figsoda/git-moduleTimothy DeHerrera
nixos/git: init
2021-09-11Merge pull request #137039 from figsoda/sx-extra-layoutsSandro
2021-09-11nixos/doc: fix merged items in 20.09 rel notesAlyssa Ross
These items (notmuch and device tree) are completely different topics, so were obviously merged into a single bullet by mistake.
2021-09-10nixos/git: initfigsoda
2021-09-10nixos/xserver: fix extraLayouts with displayManager.sx.enablefigsoda
2021-09-10Merge pull request #137113 from kevincox/ipfs-profile-fixKevin Cox
nixos.ipfs: Fix startup after unclean shutdown.
2021-09-10Merge pull request #137224 from ↵Jörg Thalheim
helsinki-systems/dry-activation-scripts-to-changelog nixos/release-notes: Document dry activation scripts
2021-09-10Merge pull request #136460 from misuzu/sanoid-recursive-zfsElis Hirwing
nixos/sanoid: allow zfs value for recursive
2021-09-10release-docs: add ipfs localdiscovery false changehappysalada
2021-09-10ipfs: default to not listen on the local networkhappysalada
2021-09-09nixos/release-notes: Document dry activation scriptsJanne Heß
2021-09-09Merge pull request #126544 from jonringer/nixos-rebuild-use-substitutesTimothy DeHerrera
nixos-rebuild: add --use-substitutes option
2021-09-09Merge pull request #137214 from alyssais/existsPavol Rusnak
treewide: "does not exists" -> "does not exist"
2021-09-09treewide: "does not exists" -> "does not exist"Alyssa Ross
I noticed this minor grammar mistake when running update.nix, and then while grepping to find the source I noticed we had it a few times in Nixpkgs. Just as easy to fix treewide as it was to fix the one occurrence I noticed.
2021-09-09Merge pull request #126247 from kmein/feature/spotifydLassulus
spotifyd: generate TOML config via formats
2021-09-09Merge pull request #137120 from helsinki-systems/feat/activate-syntaxJörg Thalheim
nixos/top-level: Check activation script syntax
2021-09-08nixos/privacyidea: use `sudo(8)` that's configured via the moduleMaximilian Bosch
2021-09-08Merge pull request #137088 from bricewge/masterPavol Rusnak
maintainers: remove bricewge
2021-09-08nixos/top-level: Check activation script syntaxJanne Heß
2021-09-08Merge pull request #132786 from helsinki-systems/feat/initrd-dm-cacheLassulus
tasks/lvm: add all tools from thin-provisioning-tools
2021-09-08nixos.ipfs: Fix startup after unclean shutdown.Kevin Cox
Fixes https://github.com/NixOS/nixpkgs/issues/135684
2021-09-08Merge pull request #136605 from helsinki-systems/feat/dry-activation-scriptsLassulus
nixos: Add dry activation for users/groups
2021-09-08nixos: nixos/doc/manual/development/writing-modules.xml to CommonMarkBobby Rong