summaryrefslogtreecommitdiffstats
path: root/nixos
AgeCommit message (Collapse)Author
2023-11-24Merge pull request #269178 from mkg20001/lxdfixMaciej Krüger
2023-11-23Merge pull request #268871 from tweag/release-notes-libRobert Hensing
rl-2311: Add release notes on lib
2023-11-23rl-2311: Add release notes on libSilvan Mosberger
NixOS releases are also `lib` releases :) The release notes were collected from looking at the `git diff` since 22.11. Since the NixOS and Nixpkgs manuals are rendered separately, I'm linking to the "unstable" link to make sure the links definitely work on the time of release. The "stable" link might take some time to become available
2023-11-23Merge pull request #263056 from DanielSidhion/kernel-docsValentin Gagarin
doc: consolidate info on manual linux kernel configs
2023-11-23doc: consolidate info on manual linux kernel configsDS
The Nixpkgs documentation on the linux kernel builders focused on using and extending kernels that were already packaged, but never mentioned that it's possible to also build a kernel almost "from scratch". The NixOS documentation went a bit deeper on manual linux kernel configs, but that information wasn't particularly NixOS-specific. This commit consolidates the information related to building the kernel on Nixpkgs's documentation, while keeping any additional NixOS-specific information on NixOS's documentation. An additional README.md was created for contributor-facing documentation.
2023-11-23Merge pull request #224611 from srhb/kafka-settings-moduleRobert Hensing
Kafka: Settings and KRaft support
2023-11-23Merge pull request #269381 from YellowOnion/bcachefsRyan Lahfa
2023-11-23Merge pull request #269410 from K900/container-test-cleanupK900
nixos/tests/containers-ip: don't include channel sources
2023-11-23nixos/nvidia: load `nvidia-uvm` kernel module via `softdep` (#267335)Yang, Bo
2023-11-23nixos/tests/containers-ip: don't include channel sourcesK900
They're not used in the test, saves a rebuild.
2023-11-23nixos: fix bcachefs filesystem with symlinksFinn Behrens
2023-11-23bcachefs: fix lib.kernel.option miss use.Daniel Hill
option is a function not a set.
2023-11-23nixos/seatd: add readiness notificationsinanmohd
2023-11-23nixos/tests/seatd: initsinanmohd
2023-11-23nixos/seatd: initsinanmohd
2023-11-23Merge pull request #250949 from ShamrockLee/apptainer-localstatedirSilvan Mosberger
apptainer, singularity: use self-contained LOCALSTATEDIR by default
2023-11-22Merge pull request #269280 from tazjin/nix-serve-unflakedFlorian Klink
nixos/nix-serve: fix module compatibility with unflaked Nix
2023-11-23nixos/nix-serve: fix module compatibility with unflaked NixVincent Ambo
The option `extra-allowed-users` was introduced in Nix 2.4, and fails config validation on Nix 2.3.
2023-11-22Merge pull request #269277 from Artturin/restorepreMartin Weinelt
Revert "23.11 beta release"
2023-11-22Revert "23.11 beta release"Artturin
This line shouldn't be changed from pre to beta on master, only in the beta branch https://nixos.github.io/release-wiki/Branch-Off.html#on-the-release-branch This reverts commit dc7b3febf8d862328d8704de5c8437d2df442c76. Revert "nixos/release: fix versionSuffix eval" This reverts commit 625c450024e24c55cac035372bc49b39f8df005b.
2023-11-22peertube: Clarify option descriptions of `listenHttp`, `listenWeb`, ↵Andrew Morgan
`enableWebHttps`
2023-11-22Merge pull request #268991 from undefined-moe/mongodb-exporterNick Cao
add prometheus-mongodb-exporter
2023-11-23Merge pull request #265276 from eliandoran/update/triliumEmily Trau
trilium-{desktop,server}: 0.60.4 -> 0.61.14
2023-11-22maintainers/lxd: fix double modulesMaciej Krüger
Otherwise it results in <nixpkgs/nixos/modules/modules...> being loaded
2023-11-22nixos/systemd: Mark down the options descriptionnicoo
2023-11-22nixos/systemd: Link manpages in options' descriptionnicoo
2023-11-22nixos/systemd: Refactor `package` optionnicoo
2023-11-22nixos/systemd: Refactor references to `config.systemd`nicoo
2023-11-22nixos/systemd: refactor option definitionsnicoo
- factor out `config.systemd.`; - remove `lib.mdDoc` no-op.
2023-11-22Enable `wxWebView` in `wxGTK32`.c4lliope
Closes #267712 Needed as a dependency for a number of language-specific packages, including https://hexdocs.pm/desktop in Elixir.
2023-11-22nixos/syncoid: add possibility to use string type for sshKey optionsdatafoo
The sshKey options do not need to be a valid path at build time. Using string instead allow use case when the path is not known at build time such as when using systemd credentials (e.g. `sshKey = "\${CREDENTIALS_DIRECTORY}/zfs-replication_ed25519";`).
2023-11-22nixos/apache-kafka: Add manual chapterSarah Brofeldt
2023-11-22nixos/apache-kafka: release notesSarah Brofeldt
2023-11-22nixos/tests/kafka: test KRaft modeSarah Brofeldt
2023-11-22nixos/apache-kafka: structured settingsSarah Brofeldt
- Use lazyAttrs (for config references) settings for main server.properties. - Drop dangerous default for "log.dirs" - Drop apache-kafka homedir; unused and confusing - Support formatting kraft logdirs
2023-11-22nixos/clamav: run as clamav user not roothappysalada
2023-11-22nixos/clamav: use state and runtime directoryhappysalada
2023-11-22nixos/prometheus-mongodb-exporter: init moduleundefined
2023-11-22Merge pull request #262104 from zakame/contrib/convos-7.16Stig
convos: 7.02 -> 8.05
2023-11-21Merge pull request #267445 from RTUnreal/add-dynamic-pw-loading-factorioLassulus
factorio: add dynamic game-password and login credentials loading
2023-11-21nixos/release: fix versionSuffix evalfigsoda
2023-11-21improve documentation of new optionsRTUnreal
2023-11-21Merge #269032: GNOME: 44 -> 45Vladimír Čunát
2023-11-2124.05 is Uakarifigsoda
2023-11-21fix some errorsRTUnreal
2023-11-2123.11 beta releasefigsoda
Signed-off-by: figsoda <figsoda@pm.me>
2023-11-22nixos/tests/convos: drop journalctl testZak B. Elep
2023-11-21treewide: replace broken udev paths with systemdners
2023-11-21nixos/rl-2311: Mention default application changes in GNOME 45Jan Tojnar
2023-11-21nixos/gnome: Do not install PhotosJan Tojnar
https://gitlab.gnome.org/GNOME/gnome-build-meta/-/commit/829b9aacc5f6c1d08982ff3e10a48add7a1915e2