about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2022-08-07nixos/hadoop.hbase: fix indentationillustris1-1/+1
2022-08-07nixos/hbase-standalone: add mkRenamedOptionModule and rename fileillustris2-1/+5
2022-08-07nixos/hadoop.hbase: change mkOption to mkEnableOptionillustris1-5/+1
2022-08-07nixos/hbase: update release notesillustris2-0/+21
2022-08-07nixos/hadoop: allow overriding conf files generated by site options with ↵illustris1-1/+1
extraconfdirs
2022-08-07nixos/hadoop: fix incorrect merging of yarnSiteInternalillustris3-7/+7
2022-08-07nixos/hadoop: add HBase submoduleillustris7-16/+297
2022-08-07Merge pull request #185323 from mweinelt/nss-nspr-passthru-testsMartin Weinelt1-1/+1
2022-08-07Merge #181918: Cinnamon 5.4Bobby Rong3-4/+11
https://www.linuxmint.com/rel_vanessa_cinnamon_whatsnew.php
2022-08-06nixos/kanata: sync with version 1.0.6Lin Jian1-31/+90
- improve some descriptions - device -> devices - add options - extraArgs - port - create a symlink in RUNTIME_DIRECTORY - grant it read permission of /dev/uinput - relax network-related restrictions when port is used - change type of some hardening options to list to align with systemd - CapabilityBoundingSet - IPAddressDeny - SystemCallArchitectures
2022-08-06nixos/yggdrasil: want/before systemd's network.targetEmery Hemingway1-2/+3
2022-08-06nixos/tests/firefox: use pname to identify tested packageMartin Weinelt1-1/+1
2022-08-05Merge pull request #185089 from NickCao/bindBernardo Meurer1-1/+2
nixos/stage-1-systemd: fix initrd-fstab generation for bind mounts
2022-08-05Merge pull request #185056 from pennae/option-docs-mdpennae149-1111/+1000
nixos/*: more option docs conversions
2022-08-05Revert "nixos/docs: cache mergeJSON md conversion on baseOptionsJSON"pennae1-21/+10
This reverts commit 52b0ad17e3727fe0c3ca028787128ede5fb86352. we only needed this because mergeJSON was slow, but in the interim we found a better solution to the slowness.
2022-08-05Merge pull request #183361 from olafklingt/jane2aliceRobert Hensing13-23/+23
use consistently user alice for examples
2022-08-05dont use common names as password in testolaf1-4/+4
2022-08-05nixosTests.prometheus-exporters.smartctl: fix type mismatchkilianar1-2/+2
The method wait_for_open_port used in the smartctl test expects an int but was given a string. Fix the same issue in the example in the comments.
2022-08-05Merge pull request #185001 from fpletz/pkgs/lyst-removalFranz Pletz4-74/+8
cutelyst,virtlyst: remove
2022-08-05or consistency use bob in tests instead of johnolaf2-4/+4
2022-08-05for consistency use bob in example instead of joeolaf1-1/+1
2022-08-05for consistency use bob in tests instead of joeolaf2-4/+4
2022-08-05use consistently user alice for examplesolaf7-10/+10
2022-08-04Merge pull request #183897 from amarshall/networkd-fix-ipv6prefixes-exampleChristian Kögler1-2/+2
nixos/networkd: Fix some invalid examples
2022-08-04Merge pull request #185121 from mweinelt/home-assistantMartin Weinelt1-4/+4
2022-08-04Merge pull request #184194 from NixOS/haskell-updatessternenseemann2-4/+4
haskellPackages: update hackage and stackage; GHC 9.2.4
2022-08-04Merge pull request #184786 from danc86/fido2luks-discardSandro1-1/+1
2022-08-04Merge pull request #184454 from NixOS/lightdmSandro1-1/+1
2022-08-04Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann4-8/+11
2022-08-04nixos/xmonad: don't reference nonexistent package sets in docssternenseemann1-1/+1
2022-08-04nixos/xmonad: rename NIX_GHC env var to XMONAD_GHCsternenseemann1-1/+1
Upstream XMonad was using our xmonad patch file for their flake build to support our nixos module. This would of course break the build upstream if the version we patched and their master branch diverged. We [discussed] that it'd make sense to upstream the environment var code. In the process it seemed sensible to rename the NIX_GHC variable as well, since it isn't really Nix-specific – it's just a way to set the GHC binary to execute. This change has been [implemented] upstream in an unreleased version of xmonad now – meaning we'll be able to drop the xmonad patch soon! This also clarifies the situation in nixpkgs a bit: NIX_GHC is easy to confuse with the environment variable used in the ghcWithPackages wrapper where it is used to set an alternative prefix for a GHC-wrapper for applications trying to discover it via e.g. ghc-paths. It is an implementation detail in this context, as it is in the case of the xmonad module. Since they are different implementations doing different things, different names also make sense. [discussed]: https://github.com/NixOS/nixpkgs/commit/36d5761b3e5aca9742fec85107e3d308a9af872c [implemented]: https://github.com/xmonad/xmonad/commit/23f36d7e230a5dca36fd869ef904abbe1fc168c3
2022-08-04Merge pull request #143885 from peat-psuwit/all-hardware-reset-raspberryK9001-0/+3
profiles/all-hardware.nix: add reset-raspberry for USB on RPi 4
2022-08-04nixos/home-assistant: update hardening for bluetooth componentsMartin Weinelt1-4/+4
A larger number of bluetooth components were introduced in 2022.8.0. To make them work we need to add a hardening exception, so they can discover and use bluetooth devices.
2022-08-04Merge pull request #182713 from SuperSandro2000/hydra-runuser-2Sandro1-1/+1
2022-08-04Merge pull request #184619 from SuperSandro2000/gititSandro1-5/+5
2022-08-04nixos/luksroot: allow discards with fido2luksDan Callaghan1-1/+1
2022-08-04nixos/stage-1-systemd: fix initrd-fstab generation for bind mountsNick Cao1-1/+2
2022-08-04Merge master into haskell-updatesgithub-actions[bot]16-246/+357
2022-08-04Merge pull request #185009 from fpletz/pkgs/maintainership-202208Sandro3-3/+3
2022-08-03Merge pull request #184027 from Shawn8901/installNoisetorchWithProgramJonas Heinrich1-1/+3
noisetorch: Add noisetorch to systemPackages with programs.noisetorch enable
2022-08-03nixos/*: automatically convert option docs to MDpennae101-628/+628
once again using nix-doc-munge (https://github.com/pennae/nix-doc-munge/commit/69d080323ae27c0d8da3967c62b925a9aedb2828)
2022-08-03nixos/make-option-docs: add xref support to markdown conversionpennae1-1/+4
2022-08-03nixos/make-options-doc: reuse markdown instance in mergeJSONpennae1-120/+120
this doesn't construct a new (expensive) parser for every option, making rendering about 30x faster.
2022-08-03nixos/*: normalize link formatpennae61-189/+140
make (almost) all links appear on only a single line, with no unnecessary whitespace, using double quotes for attributes. this lets us automatically convert them to markdown easily. the few remaining links are extremely long link in a gnome module, we'll come back to those at a later date.
2022-08-03nixos/*: replace <replaceable>s with «thing»pennae18-35/+35
we can't embed syntactic annotations of this kind in markdown code blocks without yet another extension. replaceable is rare enough to make this not much worth it, so we'll go with «thing» instead. the module system already uses this format for its placeholder names in attrsOf paths.
2022-08-03nixos/*: replace <code> in option docs with <literal>pennae34-120/+120
markdown can't represent the difference without another extension and both the html manual and the manpage render them the same, so keeping the distinction is not very useful on its own. with the distinction removed we can automatically convert many options that use <code> tags to markdown. the manpage remains unchanged, html manual does not render differently (but class names on code tags do change from "code" to "literal").
2022-08-03nixos/*: replace </para><para> with double linebreakspennae26-159/+105
our xslt already replaces double line breaks with a paragraph close and reopen. not using explicit para tags lets nix-doc-munge convert more descriptions losslessly. only whitespace changes to generated documents, except for two strongswan options gaining paragraph two breaks they arguably should've had anyway.
2022-08-03Merge pull request #185036 from K900/goblinizationK9001-0/+14
make-initrd-ng: parse ELFs ourselves instead of shelling out to patchelf and friends
2022-08-03rl-2211: mention cinnamon updateBobby Rong2-0/+7
2022-08-03treewide: rename cinnamon.xapps to cinnamon.xappBobby Rong1-2/+2
https://github.com/linuxmint/xapps redirects to https://github.com/linuxmint/xapp, and the meson project name is xapp.