about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-05-16Merge pull request #311397 from Raroh73/fix/services.llama-cppAleksana1-1/+0
nixos/llama-cpp: fix rocm support
2024-05-16Merge pull request #312144 from jcaesar/pr-5Aleksana1-1/+1
nixos/firefox: fix use of listToAttrs
2024-05-16nixos/firefox: fix use of listToAttrsJulius Michaelis1-1/+1
Broken in #304773 Fixes #312098
2024-05-16Merge pull request #311479 from fpletz/nixos-test/mediamtx-sleepFranz Pletz1-46/+49
nixos/tests/mediamtx: make more robust, reformat
2024-05-15Merge pull request #311790 from jpds/vector-test-metricsYt1-2/+18
nixos/vector: Added Prometheus exporter integration to tests
2024-05-15Merge pull request #250638 from benley/keycloak-systemd-notifyJade Lovelace2-15/+20
nixos/keycloak: Add systemd startup notification
2024-05-15nixos/oauth2_proxy: Conditionally depend on keycloak.serviceBenjamin Staffin1-14/+16
Co-Authored-By: Jade Lovelace <software@lfcode.ca>
2024-05-15Merge pull request #311916 from wegank/pretalx-plugins-initMartin Weinelt2-9/+31
pretalx: add a few plugins
2024-05-15Merge pull request #309615 from mkienitz/fix/vsftpd-assertionRaghav Sood1-1/+1
Fix/vsftpd assertion
2024-05-15Merge pull request #293817 from PatrickDaG/your_spotifyPol Dellaiera5-0/+228
nixos/your_spotify: init at 1.10.1
2024-05-15nixos/tests/pretalx: test pages plugin installMartin Weinelt1-1/+4
2024-05-15nixos/pretalx: add plugins optionMartin Weinelt1-8/+27
Allow loading pretalx plugins in a declarative manner. They are passed into the package dependencies at build time, so that collectstatic and other django maintenance functions account for them, since we cannot regenerate assets at runtime anyway.
2024-05-15Merge pull request #311766 from pacien/stalwart-0-6-0-module-fixesJonas Heinrich2-5/+8
nixos/stalwart-mail: module and test fixes for v0.6.0
2024-05-15nixos/vector: Added Prometheus exporter/Vector logs integration to tests.Jonathan Davies1-2/+18
2024-05-15nixosTests.garage: migrate replicationMode to stringFlorian Klink1-4/+4
Do the same config change steps the assertion asks users to.
2024-05-15nixos/garage: assert that replication_mode is stringFlorian Klink1-1/+21
The explicit `replication_mode` option in `services.garage.settings` has been removed and is now handled by the freeform settings in order to allow it being completely absent (for Garage 1.x). That module option previously `toString`'ed the value it's configured with, which is now no longer possible. Warn the user if they're still using a non-string here.
2024-05-15Reapply "nixos/garage: drop replication_mode setting"Florian Klink1-7/+18
This reverts commit 67cf6279d046f35a3a5be87af074ef063354d1b2. Reintroduce the option, we'll fix it in followup commits.
2024-05-15nixosTests.garage: run test for garage_1_xteutat3s1-0/+1
Add reminder comment to add new versions to tests
2024-05-15Merge pull request #311689 from teutat3s/zhf/virtualbox-testsWeijia Wang1-1/+0
nixosTests.virtualbox: fix tests, remove minimal profile
2024-05-15Revert "nixos/garage: drop replication_mode setting"Yureka1-18/+7
2024-05-15Merge pull request #311814 from donovanglover/fix/enableOCR-docsAleksana1-1/+1
nixos/testing: fix markdown link in enableOCR description
2024-05-15Merge pull request #275485 from Ex-32/binfmt-emulatedsystems-fixPol Dellaiera1-1/+1
nixos/binfmt: added assertion to prevent emulation of current system
2024-05-14nixos/testing: fix markdown link in enableOCR descriptionDonovan Glover1-1/+1
2024-05-15nixos/stalwart-mail: fix vm test for v0.6.0euxane1-5/+7
This migrates the syntax for a few configuration values, which now need to be quoted strings for user values. This also disables the use of a public resolver, which is not accessible in the sandbox.
2024-05-15nixos/stalwart-mail: set default lookup storageeuxane1-0/+1
This configuration key is now required. The shared default DB is a good default.
2024-05-14Merge pull request #311307 from michaelpj/mpj/remove-some-maintenncePol Dellaiera2-2/+2
Remove myself from some packages I no longer use
2024-05-14nixos/keycloak: Add systemd startup notificationBenjamin Staffin1-1/+4
This makes it possible for other systemd units to depend on keycloak.service using `after` and `wants` relationships, and systemd will actually wait for Keycloak to finish its initialization before starting any dependent units. This can be important for services like oauth2-proxy, which (when configured to use Keycloak as its auth provider) will fail to start until Keycloak's `.well-known/openid-configuration` endpoint is available.
2024-05-14nixosTests.virtualbox: remove minimal profileteutat3s1-1/+0
This fixes build failures with the wayland dependency: Quoting @nevivurn: "guestadditions->...->wayland, but the test config pulls in modules/profiles/minimal.nix which disables xlibs and thus it won't build" Co-authored-by: Yongun Seong <nevivurn@nevi.dev>
2024-05-14Merge pull request #311376 from SuperSandro2000/display-managers-miscNick Cao1-2/+2
nixos/display.managers: use cfg where possible
2024-05-14Merge pull request #300564 from Cynerd/bcg-fixAleksana1-3/+3
nixos/bcg: fix usage without environment files
2024-05-14hostapd: add "wpa2-sha1" to authentication.mode enumTom Fitzhenry1-6/+11
This is required for some Kindles (e.g. Kindle Paperwhite 7th Gen), and printers (e.g. Brother MFC-J4440DW). OpenWRT typically adds "wpa_key_mgmt = WPA-PSK", per https://github.com/openwrt/openwrt/blob/3f28c422ba7ca06efd41686fd2f9e664f7e8a12e/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh#L44-L71
2024-05-14nixos/doc: clarify command template parameterAsad Saeeduddin1-1/+3
squash-reworded from #284844
2024-05-13Merge pull request #310199 from symphorien/borg_ignore_warnings_masterGuillaume Girol1-6/+26
nixos/borgbackup: add an option to ignore warnings
2024-05-13nixos/tests/mediamtx: make more robust, reformatFranz Pletz1-46/+49
We're sleeping now until the timeout of the receive service is reached to check for its state since it might fail until the stream is available.
2024-05-13Merge pull request #310823 from ↵Franz Pletz1-6/+6
WilliButz/systemd-initrd/fix-aarch64-modprobe-test
2024-05-13Merge pull request #311293 from diogotcorreia/pgvecto.rs-broken-pg12-pg13Weijia Wang1-1/+1
pgvecto-rs: mark as broken in pg12 and pg13
2024-05-13nixosTests.your_spotify: initPatrick2-0/+34
2024-05-13nixos/your_spotify: initPatrick3-0/+194
2024-05-13nixosTests.fcitx5: make test less flakyYongun Seong1-0/+3
2024-05-13nixos/llama-cpp: fix rocm supportRaroh731-1/+0
2024-05-13Merge pull request #310786 from K900/greetd-plymouthK9001-1/+13
nixos/greetd: add option to make greetd not stop Plymouth early
2024-05-13nixos/display.managers: use cfg where possibleSandro Jäckel1-2/+2
2024-05-13Merge pull request #310926 from Gerg-L/display-managerSandro1-3/+0
2024-05-13Merge pull request #303745 from quantenzitrone/ydotoolCosima Neidahl5-0/+202
ydotool: refactor ; nixos/ydotool: init module & nixosTest
2024-05-13doc/release-notes: add finishing dot for ydotool entryOPNA26081-1/+1
2024-05-13Merge pull request #308801 from jmbaur/switch-to-configuration-rsFlorian Klink3-36/+83
nixos/switch-to-configuration: add new implementation
2024-05-13Merge pull request #311318 from toadjaune/doc-fix-download-linksAleksana2-4/+4
doc: Fix nixos download page links
2024-05-13Merge pull request #305286 from cafkafk/devpi-server-initChristina Rust4-0/+165
nixos/devpi-server: init
2024-05-13Merge pull request #309643 from flokli/garage-replication_modeFlorian Klink1-7/+18
nixos/garage: drop replication_mode setting
2024-05-13doc: Fix nixos download page linksArnaud Venturi2-4/+4
Those two links are currently broken, update them to point to the up-to-date nixos download page.