about summary refs log tree commit diff
path: root/nixos/doc/manual
AgeCommit message (Collapse)AuthorFilesLines
2024-05-11Merge branch 'master' into staging-nextJan Tojnar1-24/+29
; Conflicts: ; maintainers/scripts/luarocks-packages.csv ; pkgs/development/lua-modules/generated-packages.nix
2024-05-10Merge pull request #310209 from emilylange/chromium-disable-drm-auto-downloadEmily1-0/+5
chromium: prevent automatic Widevine DRM download
2024-05-10nixos/rl-2405: mention chromium DRM changeemilylange1-0/+5
2024-05-10doc/release-notes: another batch of release note edits (#310538)Jacek Generowicz1-24/+24
* Another batch of release not edits * Elide mention of dub lockfiles Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com> * Qualify qtmultimedia with qt6 Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com> --------- Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-05-09Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-05-09Merge pull request #310110 from lheckemann/linux-modules-xzMaximilian Bosch1-1/+1
linux: always use xz for compressing modules
2024-05-09Merge master into staging-nextgithub-actions[bot]1-0/+2
2024-05-09linux: always use xz for compressing modulesLinus Heckemann1-1/+1
The change I merged too hastily in #302300 increases the size by ~30%. This could be improved upon, but in the meantime let's go back to xz while keeping zstd-compressed firmware (only 4.4% larger) and _support_ for zstd-compressed modules.
2024-05-08Merge pull request #277368 from niklaskorz/nixos-mautrix-signalGuillaume Girol1-0/+2
nixos/mautrix-signal: add module
2024-05-08Merge master into staging-nextgithub-actions[bot]1-0/+4
2024-05-08Merge pull request #302300 from Ma27/kernel-zstdLinus Heckemann1-0/+4
linux kernel: prefer zstd where possible
2024-05-08Merge master into staging-nextgithub-actions[bot]1-0/+2
2024-05-08Merge pull request #309696 from Uthar/lisp-removal-of-previous-variants7c6f434c1-0/+2
Lisp modules - removal of previous variants
2024-05-08Merge master into staging-nextgithub-actions[bot]1-0/+2
2024-05-07Merge pull request #309052 from kira-bruneau/intel-gpu-toolsPascal Wittmann1-0/+2
nixos/intel-gpu-tools: init basic security wrapper
2024-05-07Merge master into staging-nextgithub-actions[bot]1-0/+2
2024-05-07Merge pull request #309534 from getchoo/nixos/fish/package-optionPol Dellaiera1-0/+2
nixos/fish: add `package` option
2024-05-07nixos/fish: add `package` optionseth1-0/+2
2024-05-07lisp-modules: mention common-lisp.sh API removal in release notesKasper Gałkowski1-0/+2
2024-05-07Merge master into staging-nextgithub-actions[bot]1-0/+2
2024-05-06Merge pull request #301827 from kampka/forbiddenDependenciesRegexArtturin1-0/+2
nixos/top-level: Turn `system.forbiddenDependenciesRegex` into a list
2024-05-06Merge master into staging-nextgithub-actions[bot]1-1/+2
2024-05-06Merge pull request #309304 from Ma27/nc-davSandro1-1/+2
2024-05-06Merge master into staging-nextgithub-actions[bot]1-3/+5
2024-05-06Merge pull request #297122 from katexochen/mkosi/22Paul Meyer1-3/+5
mkosi: 20.2 -> 22; use --replace-fail on substituteInPlace
2024-05-06Merge master into staging-nextgithub-actions[bot]1-0/+11
2024-05-06nixos/ssh: Make `~/.ssh/authorized_keys` optional in AuthorizedKeysFiles ↵nicoo1-0/+11
(#279894)
2024-05-06Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-05-05Merge master into staging-nextgithub-actions[bot]1-1/+3
2024-05-05nixos/jotta-cli: move to services.jotta-cliEven Brenden1-1/+1
2024-05-05nixos/rl-2405: document that in some cases no photos are shown in NextcloudMaximilian Bosch1-1/+2
2024-05-05Merge pull request #309291 from qubitnano/pr/mongodb-avx-reqWeijia Wang1-0/+2
nixos/release-notes: add avx cpu requirement for mongodb_5.0 and newer
2024-05-05nixos/release-notes: add avx cpu requirement for mongodb_5.0 and newerqubitnano1-0/+2
https://www.mongodb.com/docs/v5.0/administration/production-notes/#platform-support-notes
2024-05-05Merge branch 'staging-next' into stagingJan Tojnar1-1/+3
Conflicts in luaPackages.luarocks-nix: - 8b563cd9f923cdf009b3864a358d912103703320 switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch). bc4f6fa54321533b250984f7b3813f8d343dfde1 bumped version and switched to the new version format. But the tag used is not part of the branch the commit comes from (master). Used the new version but replaced the tag prefix with 0. - b73ec84b9eed8de7e9095e779ee3d4066ceb091e removed meta (it is already set in the overridden luarocks). But that would cause the update script to try to update the overridden luarocks (as did the previously used old.meta). bf311d950e4c5d65fae66717c7c3d4f085ff6415 modified meta to fix the update script properly. Kept the meta from the latter since it allows update script to work.
2024-05-05nixos/mautrix-signal: add moduleNiklas Korz1-0/+2
2024-05-05kanata: 1.6.0 -> 1.6.1Lin Jian1-1/+1
2024-05-04nixos/intel-gpu-tools: init basic security wrapperKira Bruneau1-0/+2
2024-05-05nixos/xdg-terminal-exec: init module北雁 Cryolitia1-0/+2
2024-05-04Merge pull request #308622 from jmbaur/jbaur/clatd-minor-cleanupWeijia Wang1-1/+1
Minor cleanups for clatd module and release notes
2024-05-04Merge staging-next into staginggithub-actions[bot]1-2/+0
2024-05-04Merge pull request #305966 from RafaelKr/doc/fix-common-config-exampleAaron Andersen1-2/+0
doc: remove discouraged enablePHP config from abstractions example
2024-05-03Merge staging-next into staginggithub-actions[bot]1-0/+2
2024-05-03Merge master into staging-nextgithub-actions[bot]1-0/+2
2024-05-03Merge pull request #306417 from nu-nu-ko/update-wpaperdAleksana1-0/+2
wpaperd: 0.3.0 -> 1.0.1 & mv to by-name
2024-05-03Release Notes: breaking wpaperd config change in 1.0.+nuko1-0/+2
2024-05-03Merge staging-next into staginggithub-actions[bot]1-4/+4
2024-05-03Merge master into staging-nextgithub-actions[bot]1-4/+4
2024-05-02doc: fixup release notes entry for clatdJared Baur1-1/+1
2024-05-02doc: Use substitute --replace-fail in manualsJan Tojnar1-4/+4
This fixes a warning about --replace being deprecated.
2024-05-02nixos/top-level: Rename `system.forbiddenDependenciesRegex` to ↵Christian Kampka1-0/+2
`system.forbiddenDependenciesRegexes` and turn it in to a list. The current setting of system.forbiddenDependenciesRegex is a string, meaning only one such regex as any additional setting would result in conflicts. As maintainers have already started using this setting eg. in profiles, it would be good if this setting would accept a list of regex to allow the end user to make use of it in addition to package maintainers.