about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2022-11-14Merge staging-next into staginggithub-actions[bot]6-24/+67
2022-11-14Merge pull request #201187 from pennae/mddoc-in-manualRobert Hensing2-13/+16
nixos/manual: re-add mention of mdDoc marker
2022-11-14Merge pull request #200646 from hercules-ci/options-markdown-and-errorsRobert Hensing2-8/+22
`nixosOptionsDoc`: add `markdownByDefault`, error handling
2022-11-14nixos/manual: re-add mention of mdDoc markerpennae2-13/+16
2022-11-14boot.loader.systemd-boot: add extraInstallCommands option (#200715)Markus Partheymueller1-1/+23
2022-11-14Merge staging-next into staginggithub-actions[bot]5-3/+88
2022-11-14nixos/nginx: docs: Update formattingBryan Richter1-5/+5
* Capitalize ACME * Use bold instead of ALL CAPS * Tweak sentence structure
2022-11-14nixos/nginx: Extend acmeFallbackHost documentationBryan Richter1-0/+4
This extra example would have saved me a lot of uncertainty and doubt.
2022-11-14Merge pull request #199587 from lorenz/fscryptFranz Pletz3-0/+81
nixos/pam: support fscrypt login protectors
2022-11-14Merge pull request #200611 from fpletz/libvirtd-fix-autostartFranz Pletz2-3/+7
2022-11-13Merge staging-next into staginggithub-actions[bot]3-1/+21
2022-11-13Merge pull request #194172 from drupol/php/enable-nts-by-defaultElis Hirwing3-1/+21
php: enable `nts` flags by default
2022-11-13Merge staging-next into staginggithub-actions[bot]3-2/+104
2022-11-13nixos/chisel-server: add moduleclerie2-0/+100
2022-11-13php: switch to `nts` by defaultPol Dellaiera3-1/+21
2022-11-13Merge pull request #199667 from bjornfor/nixos-sane-indirection-for-quick-reloadGuillaume Girol1-2/+4
nixos/sane: point env vars to /etc for quick reload
2022-11-13Merge staging-next into staginggithub-actions[bot]2-5/+16
2022-11-13Merge staging-next into staginggithub-actions[bot]11-58/+55
2022-11-12Merge pull request #197304 from vs49688/miniffmpeg-stagingSandro1-2/+2
2022-11-12nixos/console: move enable option out of let inSandro Jäckel2-5/+16
2022-11-12nixos/mastodon: fix definition of mastodon-media-auto-removeJustinas Stankevicius2-7/+10
2022-11-12Merge pull request #197917 from SuperSandro2000/kernel-enableSandro3-2/+7
2022-11-12nixos/syncthing: disallow relative pathsRobert Schütz3-2/+26
Relative paths are interpreted relative to the working directory, which is currently unset and thus defaults to `/`. However we want to change the working directory in a future release such that relative paths are interpreted relative to `/var/lib/syncthing`.
2022-11-12erigon: module: better secret managementhappysalada2-46/+11
2022-11-12nixos/man-db: allow man-cache to be fetched from cacheBernardo Meurer1-1/+1
Currently, we build `man-cache` with `runCommandLocal`, which causes it to get re-built locally instead of fetched from cache. While the resulting derivation might be small, it does take a fair bit of time to build for all my systems, and would be _far_ quicker to fetch. With this change, we use `runCommand` instead of `runCommandLocal`, allowing it to get fetched from cache instead of rebuilt for all hosts.
2022-11-12Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-11-12nixos/xdg/portal: add option `xdgOpenUsePortal` which sets ↵Luna Nova1-0/+12
`NIXOS_XDG_OPEN_USE_PORTAL`
2022-11-12Merge pull request #198631 from fedeinthemix/fix-languagetoolMartin Weinelt1-1/+1
2022-11-12Merge pull request #200167 from bobby285271/cinnamonBobby Rong1-16/+26
nixos/cinnamon: make it possible to remove core packages
2022-11-11Merge pull request #200421 from lovesegfault/udisks-libblockdev-cfgFlorian Klink1-1/+6
nixos/udisks2: symlink libblockdev configs
2022-11-11Merge pull request #199424 from NixOS/haskell-updatessternenseemann2-2/+2
haskellPackages: update stackage and hackage
2022-11-11Merge pull request #200712 from andir/andir/testing-remove-unused-withRobert Hensing1-3/+0
nixos/lib/testing-python: remove unused `with pkgs;`
2022-11-11Merge pull request #200639 from fpletz/pkgs/obs-28.1.2Franz Pletz2-0/+10
obs-studio: 28.0.3 -> 28.1.2, plugins fixes
2022-11-11nixos/lib/testing-python: remove unused `with pkgs;`Andreas Rammhold1-3/+0
This with statement has no users anymore and can safely be removed.
2022-11-11nixos/pam: support fscrypt login protectorsLorenz Brun3-0/+81
fscrypt can automatically unlock directories with the user's login password. To do this it ships a PAM module which reads the user's password and loads the respective keys into the user's kernel keyring. Significant inspiration was taken from the ecryptfs implementation.
2022-11-11obs-studio27: removeFranz Pletz2-0/+10
2022-11-11Merge pull request #200629 from helsinki-systems/fix/test-dhparamsMartin Weinelt1-76/+62
2022-11-11nixosOptionsDoc: Report in which option an error occursRobert Hensing1-11/+15
2022-11-11nixosOptionsDoc: Add markdownByDefault parameterRobert Hensing2-0/+10
2022-11-11nixosTests.dhparams: fix with openssl3ajs1241-76/+62
2022-11-11Merge pull request #199524 from ymarkus/zfs-exporterFranz Pletz3-1/+62
nixos/prometheus-zfs-exporter: init
2022-11-10Merge pull request #174975 from danth/firefox-moduleAnderson Torres4-0/+104
nixos/firefox: init
2022-11-11Merge pull request #162057 from ↵Franz Pletz1-0/+2
jdheyburn/jdheyburn-unifi-prometheus-exporter-loki
2022-11-11nixos/prometheus-zfs-exporter: mdDoc descriptionsFranz Pletz1-2/+2
2022-11-11Merge master into haskell-updatesgithub-actions[bot]76-200/+151
2022-11-11nixos/libvirtd: always start libvirtdFranz Pletz2-3/+7
Previously we did socket-activation but this breaks the autostart feature since upstream expects libvirtd to be started unconditionally on boot. Fixes #171623.
2022-11-10Merge pull request #200218 from Ma27/rm-kernel-4.9Maximilian Bosch2-0/+8
linux_4_9: remove
2022-11-10nixos/firefox: initDaniel Thwaites4-0/+104
2022-11-10nixos/rss2email: remove unnecessary cfg file indirection to fix test (#200108)amesgen1-2/+1
Previously, the NixOS test often failed as the copied config file is not overwriteable. In actual setups, the restart interval is much bigger, such that systemd-tmpfiles will correct the permissions inbetween.
2022-11-10Merge pull request #200440 from nagy/treewide-modulesfigsoda70-188/+93
treewide: use `types.port` and `mkEnableOption` in nixos modules