about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24Merge pull request #212268 from Mic92/tpm-crb-riscv64Jörg Thalheim1-3/+5
disable tpm-crb on riscv64
2023-01-24nixos/no-x-libs: add qtbase (#212460)Yurii Izorkin1-0/+3
Previously, `services.murmur.enable` would not work with `environment.noXlibs = true;`.
2023-01-24Merge pull request #208712 from mattmelling/cloudlogSandro6-0/+531
cloudlog: init at 2.3
2023-01-24Merge pull request #212133 from mdarocha/remove-dotnet-5Sandro2-0/+9
dotnet-sdk_5: remove package
2023-01-23Merge pull request #206257 from matklad/throttledupSandro1-3/+3
2023-01-23nixos/cloudlog: initMatt Melling6-0/+531
2023-01-23Merge pull request #210435 from Stunkymonkey/activemq-broker-phasesSandro1-13/+12
2023-01-23Merge pull request #209045 from Izorkin/update-dhcpcd-ipv6rsSandro3-0/+18
2023-01-23Merge pull request #206746 from georgyo/mastodon-secretenvSandro1-6/+18
2023-01-23dotnet-sdk_5: remove packagemdarocha2-0/+9
It's EOL and not used in nixpkgs anymore
2023-01-23nixos/blocky: restart on failureBernardo Meurer1-0/+1
2023-01-23disable tpm-crb on riscv64Jörg Thalheim1-3/+5
2023-01-23linux_6_0: dropMaximilian Bosch1-1/+0
EOLed by upstream, doesn't receive any patches anymore, so let's drop it. Currently depends on #211886 which bumps the latest compatible ZFS version to 6.1. Also, clean up some old aliases.
2023-01-23Merge pull request #210382 from B4dM4n/nixos-rebuild-localNick Cao3-3/+14
nixos-rebuild: Allow local builds when --target-host is used again
2023-01-23Merge pull request #211229 from Luflosi/fix-modprobeConfig-typoNick Cao1-1/+1
nixos/modprobe: fix typo in boot.modprobeConfig.enable documentation
2023-01-23Merge pull request #211723 from tpwrules/fix-systemd-boot-moreNick Cao3-14/+15
nixos/systemd-boot: fix tests and upgrade issues
2023-01-23Merge pull request #211953 from bobby285271/upd/nixosTests.pantheonBobby Rong1-3/+8
nixosTests.pantheon: ensure switchboard starts + various changes
2023-01-22nixos/uptime-kuma: add ping in path (#212001)Julien Malka1-1/+1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-22kime: 2.5.6 -> 3.0.2Riey3-33/+48
2023-01-22Merge pull request #211894 from chvp/grafana-image-renderer-use-moduleMaximilian Bosch1-1/+1
nixos/grafana-image-renderer: use grafana freeform settings in provisioning
2023-01-22Merge pull request #209075 from symphorien/nginx-validate-config-revertRyan Lahfa4-59/+4
nixos/nginx: revert config validation
2023-01-22nixos/make-options-doc: use markdown-it-py for renderingpennae2-139/+185
only whitespace changes (mostly empty descriptions rendered as literal line breaks and trailing space toPretty generates, but that were dropped by mistune).
2023-01-22nixos/make-options-doc: render related packages with mdpennae2-9/+9
don't generate docbook for related packages, generate markdown instead. this could be extended further to not even generate markdown but have mergeJSON handle all of the rendering. markdown will work fine for now though.
2023-01-22nixos/make-options-doc: deprecate \n\n parbreakpennae2-20/+16
only whitespace changes to rendered outputs, all in the vicinity or body of admonitions. previously admonitions would not receive paragraph breaks even when they should have because the description postprocessing did not match on their contents.
2023-01-22nixos/make-options-doc: rearrange paras in related packages/defaults/examplespennae2-5/+7
this mirrors what we will be able to create with markdown. no change to rendered outputs.
2023-01-22nixos/make-options-doc: render default/example contents through MDpennae2-33/+32
removes some trailing whitespaces from the html output, no other changes.
2023-01-22nixos/make-options-doc: make whitespace more md-compatiblepennae2-4/+7
markdown-it-py creates different whitespace leaders/trailers than are currently emitted, and when we convert examples and defaults to render via markdown the spacing will change too. this has no effect on rendered output.
2023-01-22nixos/make-options-doc: don't escape link urls twicepennae1-3/+2
mistune already does escaping. it does escaping for html, but the difference is small enough that can just ignore that we're actually targeting docbook here.
2023-01-22nixos/make-options-doc: remove trailing whitespace from stringspennae1-5/+1
this was done only to make the conversion to MD easier to verify. we no longer need it, and not keeping whitespace does not affect rendered outputs. stripping will have to stay for now because description postprocessing would add empty paragraphs otherwise.
2023-01-22nixos/redsocks: fix option description formattingpennae1-1/+2
2023-01-22nixos/envfs: fix envfs package option defaultpennae1-1/+1
mdDoc is not valid here, but isn't currently rejected for xslt reasons.
2023-01-22nixos/uptime-kuma: add julienmalka as maintainerJulien Malka1-0/+2
2023-01-22nixos/autosuspend: init at version 4.3.0Xavier Lambein4-0/+240
`autosuspend` is a daemon that periodically runs user-defined checks to verify whether the system should be suspended. It's already available in nixpkgs. This adds a NixOS module which starts the daemon as a systemd service. Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2023-01-22nixos/manual: clarify mk{Enable,Package}Option MD usagepennae2-6/+6
the examples were incorrect, but not catastrophically. running a docs build would've issued a warning with the correct instructions.
2023-01-22nixos/documentation: deprecate docbook option docspennae7-17/+66
following the plan in https://github.com/NixOS/nixpkgs/pull/189318#discussion_r961764451 also adds an activation script to print the warning during activation instead of during build, otherwise folks using the new CLI that hides build logs by default might never see the warning.
2023-01-22nixosTests.pantheon: nodes.machine.config -> nodes.machineBobby Rong1-2/+2
Silence a warning: warning: Module argument `nodes.machine.config` is deprecated. Use `nodes.machine` instead.
2023-01-22nixosTests.pantheon: ensure switchboard startsBobby Rong1-0/+6
I noticed this is something that can be easily broken during libsoup3 migration.
2023-01-22nixosTests.pantheon: remove a TODOBobby Rong1-1/+0
Pantheon is moving away from Bamf.
2023-01-22Merge pull request #211640 from Izorkin/update-iso-channelNick Cao1-1/+1
nixos/installer/cd-dvd: removing duplicate nixpkgs
2023-01-22Merge pull request #211830 from sorpaas/patch-11Nick Cao1-1/+0
nixos/systemd-confinement: remove unused rootName
2023-01-22Merge pull request #204386 from robryk/resticassertNick Cao2-16/+52
nixos/restic: small enhancements
2023-01-22Merge pull request #211559 from GTrunSec/nomad-credentialNick Cao1-1/+14
nixos/nomad: add LoadCredential option
2023-01-22Revert "nixos/nix-fallback-paths: 2.12.0 -> 2.13.1"zowoq1-5/+5
This reverts commit 37a44ff3a0415ab84fe52e9c78ad4bafd227737b.
2023-01-21Merge pull request #211992 from ncfavier/remove-stray-spacesNaïm Favier3-4/+4
2023-01-21nixos: remove stray spacesNaïm Favier3-4/+4
2023-01-21nixos/tuptime: 5.2.2 renamed option -x to -qEvils1-3/+3
2023-01-21nixos: fix backticks in Markdown descriptionsNaïm Favier12-17/+17
2023-01-21nixos/nomad: add LoadCredential optionguangtao1-1/+14
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-21doc: adapt to nativeCheckInputsGuillaume Girol2-0/+26