about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13nixos/libvirtd: support out-of-tree vhost-user driversAlois Wohlschlager1-0/+17
Add an option allowing packages containing out-of-tree vhost-user drivers for QEMU to be specified. The relevant configurations are then linked at runtime where libvirt expects them. An example use case for this is virtiofs.
2024-01-12Merge pull request #280005 from digtail/2024-01-09-ntfy-sh-dynamic-userYt3-6/+78
nixos/ntfy-sh: clean up DynamicUser workarounds
2024-01-12Merge pull request #270876 from gador/pgadmin-check-pwMaciej Krüger2-18/+56
nixos/pgadmin: add minimumPasswordLength setting and check
2024-01-12Merge pull request #263658 from siriobalmelli-foss/sb/zfs-imageRyan Lahfa2-2/+11
openstack-image-zfs and make-single-disk-zfs-image: optionally specify qemu instance memory
2024-01-12Merge pull request #239028 from chayleaf/miniupnpdRyan Lahfa3-10/+51
miniupnpd-nftables: init at 2.3.3
2024-01-12Merge pull request #272794 from dcarosone/zpool-import-dRyan Lahfa1-1/+1
nixos/zfs: check pool state with -d, like import
2024-01-12Merge pull request #275031 from 2xsaiko/outgoing/sieveRyan Lahfa1-11/+175
nixos/dovecot: add support for sieve extensions, in particular imapsieve and pipe
2024-01-12Merge pull request #270270 from SuperSandro2000/nginx-fastopenRyan Lahfa1-2/+2
nixos/nginx: filter more options when listening has quic
2024-01-12Merge pull request #275484 from Izorkin/update-nginx-http3Ryan Lahfa3-10/+15
nixos/nginx: disable automatic advertise of HTTP/3 protocol support
2024-01-12nixos/tests/installer: fix evalK9001-1/+1
2024-01-12Merge remote-tracking branch 'origin/master' into staging-nextK9004-15/+9
2024-01-12nixos/lib/test-driver: add setuptools build depK9001-1/+5
2024-01-12Revert "nixos/gitlab: Add CI database connection for >=15.9" (#280395)Yureka1-8/+2
2024-01-12Revert "nixos/gitlab: fix database config when no passwordfile is defined" ↵Yureka1-1/+0
(#280392)
2024-01-12Merge pull request #277925 from Izorkin/update-nginx-http2Peder Bergebakken Sundt1-1/+1
nixos/nginx: use new variant of http2 option for angie package
2024-01-12Merge pull request #279274 from MarcelCoding/patch-1Lin Jian1-0/+1
nixos/pgadmin: disable upgrade check
2024-01-11Revert "nixVersions.stable: 2.18.1 -> 2.19.2"Ryan Lahfa1-5/+5
This version does not pass our NixOS tests, e.g. `nixosTests.misc` and potentially other fundamental tests such as lib-tests.
2024-01-11nixos/pgadmin: disable upgrade checkMarcel1-0/+1
2024-01-11Merge master into staging-nextgithub-actions[bot]2-7/+15
2024-01-11Merge pull request #279433 from wentasah/nsswitch-mdnsFlorian Klink1-6/+6
nixos/avahi-daemon: let nssmdns{4,6} options affect also non-minimal …
2024-01-11nixos/pgadmin: apply review suggestionsFlorian Brandes2-7/+6
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-01-11nixos/netdata: add missing dependency for syslog alarmsPatrik Keller1-1/+9
Netdata depends on the `logger` utility for dispatching health alarms to syslog. This dependency was missing in the systemd units environment. Issue: https://github.com/NixOS/nixpkgs/issues/272702 Docs: https://learn.netdata.cloud/docs/alerting/notifications/agent-dispatched-notifications/syslog Docs, archived: https://archive.is/mkQa4
2024-01-11Merge master into staging-nextgithub-actions[bot]1-1/+6
2024-01-11Merge pull request #280076 from SomeoneSerge/fix/apptainer-nv-cherrySomeone1-1/+6
apptainer: unbreak --nv (userns+nvliblist.conf variant)
2024-01-11Revert "nixos/systemd-boot: init boot counting"Ryan Lahfa6-367/+66
2024-01-11Merge pull request #273062 from JulienMalka/systemd-boot-countingRyan Lahfa6-66/+367
nixos/systemd-boot: init boot counting
2024-01-10Merge branch 'master' into staging-nextWeijia Wang19-530/+309
2024-01-10Merge pull request #280092 from eclairevoyant/nix-stableBernardo Meurer1-5/+5
nixVersions.stable: 2.18.1 -> 2.19.2
2024-01-10nixos/singularity: disable setuid for apptainerSomeone Serge1-1/+6
(cherry picked from commit 5f4b6ea5dde8b0153f416c78519d877ab1224f91)
2024-01-10Merge pull request #278941 from amaxine/drop-gnome-themes-extramaxine1-1/+0
gnome: don't include gnome-themes-extra by default
2024-01-10Merge pull request #243169 from 2xsaiko/outgoing/krb5Peder Bergebakken Sundt17-524/+304
nixos/krb5: cleanup, fix and RFC42-ify
2024-01-10nixVersions.stable: 2.18.1 -> 2.19.2éclairevoyant1-5/+5
2024-01-10Merge master into staging-nextgithub-actions[bot]1-3/+4
2024-01-10Merge pull request #279757 from katexochen/k9s/0-31Nick Cao1-3/+4
k9s: 0.30.8 -> 0.31.1
2024-01-10Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-73/+1
Conflicts: - pkgs/development/python-modules/types-setuptools/default.nix
2024-01-10nixos/gitlab: fix database config when no passwordfile is definedTom Siewert1-0/+1
In commit 41ca9c1, the database config got an additional config entry for a separate CI database connection [1]. Unfortunately, the main connection must always be the first entry. The fix for this was only applied when databasePasswordFile has been set. This commit fixes the order of the config for deployments without a databasePasswordFile. [1] https://docs.gitlab.com/ee/update/deprecations.html#single-database-connection-is-deprecated
2024-01-10Merge pull request #279887 from onny/dokuwiki-cleanupJonas Heinrich1-73/+0
nixos/dokuwiki: Remove old migration warnings
2024-01-10Merge master into staging-nextgithub-actions[bot]1-1/+2
2024-01-10Merge pull request #277912 from Luflosi/kubo-send-buffer-sizeFranz Pletz1-1/+2
2024-01-10Merge master into staging-nextgithub-actions[bot]6-16/+117
2024-01-10nixos/ntfy-sh: clean up DynamicUser workaroundsdigital3-6/+78
this commit removes the static assignments for the ntfy-sh user and group. furthermore, it removes some tmpfiles.d rules which where initially put in place by https://github.com/NixOS/nixpkgs/pull/234811. these are however not required, as ntfy-sh will automatically create the required files and systemd automatically handles the migration process. A nixosTest is added to demonstrate that the migration is working reliably. This also fixes an issue with where systemd would sometimes not start ntfy-sh. The tmpfiles rules in combination with impermanence caused `/ var/lib/ntfy-sh` to be a directory when it should have been a symlink.
2024-01-09Merge pull request #274813 from pbsds/lxd-package-option-fixPeder Bergebakken Sundt1-15/+5
nixos/lxd: convert cfg.package and company to mkPackageOption
2024-01-09Merge pull request #274807 from danielbarter/nixos-printing-cups-overridePeder Bergebakken Sundt1-1/+4
cupsd: allow cups package override
2024-01-09Merge pull request #271481 from eliandoran/feature/snmpdPeder Bergebakken Sundt4-0/+108
nixos/snmpd: init
2024-01-09nixos/dokuwiki: Remove old migration warningsJonas Heinrich1-73/+0
2024-01-09Merge remote-tracking branch 'origin/master' into staging-nextK9007-1/+81
2024-01-09linuxPackages.systemtap: 4.8 -> 5.0a, add nixos tests (#276840)Herwig Hochleitner2-0/+51
* nixos/tests/systemtap: init smoke test * linuxPackages.systemtap: use --sysroot instead of -r * nixos/tests/systemtap: rule out warnings * linuxPackages.systemtap: smaller sysroot * nixos/tests/systemtap: test on a few more kernels * linuxPackages.systemtap: provide debuginfo for tracing kernel.function * linuxPackages.systemtap: test kernel.function probe * linuxPackages.systemtap: 4.8 -> 5.0a
2024-01-09Merge pull request #278819 from romildo/upd.labwcJosé Romildo Malaquias2-0/+26
nixos/labwc: init
2024-01-09Merge pull request #276773 from SuperSandro2000/gjs-noxNick Cao1-0/+1
gjs: remove dependency on gtk3 when tests are disabled; nixos/no-x-libs: add gjs
2024-01-09Merge pull request #278088 from soywod/himalaya-v1.0.0-betaThiago Kenji Okada1-0/+2
himalaya: 0.8.4 -> 1.0.0-beta