about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2205.section.md
AgeCommit message (Collapse)AuthorFilesLines
2023-09-12nixos/modemmanager: enableFccUnlock -> enableBundledFccUnlockScriptsFlorian Klink1-2/+1
PR #155414 introduced an option to support enabling the FCC unlock scripts that ModemManager provides, but since 1.18.4 doesn't execute anymore. However, this option is specifically only about the unlock scripts provided with ModemManager so far. Rename the option to make this more obvious.
2023-05-19nixos: fix typosfigsoda1-6/+6
2023-04-12rtsp-simple-server: rebrand as mediamtxDoron Behar1-1/+1
2023-03-19baget: remove due to upstream being unmaintainedmdarocha1-1/+1
2022-12-29.editorconfig: apply trailing whitespace removalNaïm Favier1-12/+12
editorconfig-checker -disable-indent-size **/*.md
2022-12-17nixos: fix typosfigsoda1-2/+2
2022-11-05logrotate service: cleanup deprecated optionsDominique Martinet1-2/+2
2022-10-19release-notes-2205: suggest using prismlauncherSkyler Grey1-1/+9
- Previously PolyMC was the suggested replacement for MultiMC - As PolyMC is marked as insecure and prismlauncher is a replacement, this commit suggests using it instead
2022-08-18Merge pull request #162484 from jappeace/keter-moduleckie1-0/+1
nixos/keter: init at 2.0.1
2022-08-18nixos/keter: initJappie Klooster1-0/+1
Enable keter module Keter is an apploader which: 1. has the old app running on a port. 2. loads a new one, and wait for that to complete 3. switches the old with the new one once the new one finished loading. It supports more functionality but this use case is the primary one being used by supercede. Adds keter as a module to nixos. Currently keter is unusable with nix, because it relies on bundeling of a tar and uploading that to a specific folder. These expressions automate these devops tasks, with especially nixops in mind. This will work with versions above 1.8 The test seems to work. This uses a new version of keter which has good support for status code on error pages. We're using this config at production at supercede so it should be fine. Squash log: ========== mention keter in changelog Update generated release notes Always restart keter on failure This is a little bit of extra stability in case keter crashes. Which can happen under extreme conditions (DoS attacks). Update nixos/doc/manual/release-notes/rl-2205.section.md Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> Update nixos/modules/module-list.nix Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> Remove sanitization don't put domain in as a string Update nixos/tests/keter.nix Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> add jappie as module maintainer Use type path instead of two seperate options Fix generated docs added test machinery to figure out why it's failing Fix the test, use console output run nixpkgs-fmt on all modules Inline config file. This get's rid of a lot of inderection as well. Run nix format remove comment simplify executable for test delete config file add config for keter root Remove after redis clause set keter root by default to /var/lib/keter Update nixos/modules/services/web-servers/keter/default.nix Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> Update nixos/modules/services/web-servers/keter/default.nix Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> Update nixos/modules/services/web-servers/keter/default.nix Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> fix nit add newlines add default text and move description in a long description Delete rather obvious comment fix release db thing remove longDescription and put it in a comment instead change description of mkEnalbeOption explain what keter does by using the hackage synopsis set domain to keterDomain and same for executable move comment to where it's happening fix type error add formatting better comment try add seperate user for keter Revert "try add seperate user for keter" This reverts commit d3522d36c96117335bfa072e6f453406c244e940. Doing this breaks the setup set default to avoid needing cap_net_bind_service remove weird comment use example fields eleborated on process leakage Update nixos/modules/services/web-servers/keter/default.nix Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> run nixpkgs-fmt update docs Fix formatting, set keter package by default format our little nixexpr replace '' -> " where possible drop indent for multiline string make description much shorter regen docs database
2022-06-27Merge pull request #178841 from Madouura/dev/zfsFlorian Klink1-1/+3
release-notes: move zfs update from 22.11 to 22.05
2022-06-24nixos/argonone: initGabriel Fontes1-0/+2
2022-06-24release-notes: move zfs update from 22.11 to 22.05Madoura1-1/+3
2022-06-02Merge pull request #173664 from Izorkin/peertube-redis-serverLassulus1-0/+11
nixos/peertube: use redis.servers
2022-05-31release-notes: fix typoMarkus S. Wamser1-1/+1
2022-05-30Release 22.05Janne Heß1-1/+1
2022-05-29Merge pull request #175138 from Mic92/docsJanne Heß1-2/+8
release-notes: link to all nix versions
2022-05-28release-notes: link to all nix versionsJörg Thalheim1-2/+8
2022-05-28nixos/doc/rl-2205: add slapd argon2 module rename hintMartin Weinelt1-0/+2
2022-05-27release-notes: don't encourage people to copy secrets to the storeGuillaume Girol1-2/+2
2022-05-26scribus: Rename scribus{,Unstable} -> scribus{_1_4,}Manuel Bärenz1-0/+2
2022-05-25doc: rework notable changesJörg Thalheim1-34/+46
2022-05-25doc: fix docker/maddy in changelogJörg Thalheim1-3/+1
2022-05-25doc: sort service listJörg Thalheim1-61/+59
2022-05-25nixos/timetagger: drop non-evaluating service filesJörg Thalheim1-3/+0
The file was not included in the module list and also does not evaluate.
2022-05-25doc: add missing new services to release-notesJörg Thalheim1-38/+69
2022-05-25Merge pull request #153481 from Tchekda/submit/bird-lgSandro1-0/+2
2022-05-24kops: 1.23.1 -> 1.23.2 (#174165)Eric Bailey1-1/+1
Also update 22.05 release notes, which still mentioned 1.22.4 as the default.
2022-05-23Merge remote-tracking branch 'origin/staging-next'Janne Heß1-0/+4
* origin/staging-next: (62 commits) Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)" openldap: fix cross-compilation makeBinaryWrapper: fix codesign on aarch64-darwin python3Packages.ldap: fix linking with openldap 2.5+ Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)" wine: enable parallel build again pkgsi686Linux.gdb: fix formatting for 32-bit systems gtk4: Fix incorrect merge nixos/openldap: use upstream unit defaults openldap: update maintainers openldap: 2.4.58 -> 2.6.2 Revert "Add mingwW64-llvm cross-system." lua: fix on darwin by using makeBinaryWrapper (#172749) python310Packages.python-mimeparse: execute tests pandas: fix darwin build gtk3: 3.24.33 -> 3.24.33-2022-03-11 gtk4: patch fixing g-c-c crashes e2fsprogs: patch for CVE-2022-1304 firefox-unwrapped: fix cross compilation rustc: expose correct llvmPackages for cross compile ...
2022-05-23release-notes: Fix the first lines for 22.05Janne Heß1-2/+2
They had the wrong order
2022-05-23lib.systems: remove supported, replace with flakeExposedsternenseemann1-0/+2
Since the list only gates the platforms the nixpkgs flake exposes packages to build on, the `hydra` label made little sense. It was also only used for this purpose, so the `tier*` attributes were largely unnecessary. To reflect the intention more accurately, we expose `lib.systems.flakeExposed` and use it to gate flake.nix's system list.
2022-05-22Merge master into staging-nextgithub-actions[bot]1-0/+2
2022-05-22Merge pull request #163220 from fleaz/init-r53_ddnsMartin Weinelt1-0/+2
2022-05-21Merge master into staging-nextgithub-actions[bot]1-0/+4
2022-05-21nextcloud22: dropMaximilian Bosch1-0/+4
Version 22 will be EOLed in July 2022[1] and we shouldn't have unsupported software in the soon-to-be-released NixOS 22.05, hence dropping it already. [1] https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
2022-05-20 nixos/bird-lg: initDavid Tchekachev1-0/+2
2022-05-19nixos/peertube: use redis.serversIzorkin1-0/+11
2022-05-19Merge master into staging-nextgithub-actions[bot]1-0/+4
2022-05-19rl-2205: mention changes to the xmonad haskell moduleDominik Xaver Hörl1-0/+4
2022-05-18Merge pull request #173439 from mweinelt/openldapLassulus1-0/+2
openldap: 2.4.58 -> 2.6.2
2022-05-18openldap: 2.4.58 -> 2.6.2Martin Weinelt1-0/+2
https://git.openldap.org/openldap/openldap/-/blob/OPENLDAP_REL_ENG_2_5/ANNOUNCEMENT https://git.openldap.org/openldap/openldap/-/blob/OPENLDAP_REL_ENG_2_6/ANNOUNCEMENT Co-Authored-By: Andreas Schrägle <nix@ajs124.de>
2022-05-18Merge branch 'staging-next' into stagingShea Levy1-0/+2
2022-05-14nixos/nextcloud: Add option for max-age HSTS directiveAidan Gauland1-0/+2
* Add an option services.nextcloud.nginx.hstsMaxAge for setting the max-age directive of the Strict-Transport-Security HTTP header. * Make the Strict-Transport-Security HTTP header in the Nginx virtualhost block dependant upon the option services.nextcloud.https instead of services.nextcloud.nginx.recommendedHttpHeaders, as this header makes no sense when not using HTTPS. (Closes #169465)
2022-05-13Merge staging-next into staginggithub-actions[bot]1-0/+18
2022-05-13Merge pull request #112682 from hax404/uptermMartin Weinelt1-0/+2
2022-05-13nixos/uptermd: initGeorg Haas1-0/+2
2022-05-13Merge pull request #172261 from jbedo/mercurySandro1-0/+2
2022-05-13nixos/mastodon: use redis.serversJelle Besseling1-0/+14
2022-05-13Merge pull request #171459 from ivan/postgresql-is-14Mario Rodas1-0/+2
nixos/postgresql: use postgres 14 for 22.05
2022-05-13mercury: 20.06.1 -> 22.01.1Justin Bedo1-0/+2