about summary refs log tree commit diff
path: root/nixos/modules
AgeCommit message (Collapse)AuthorFilesLines
2023-12-13nixos/matrix-synapse: update broken link to redis related docsNick Cao1-1/+1
2023-12-13nixos/matrix-synapse: replace references to matrix-org/synapse with ↵Nick Cao2-11/+11
element-hq/synapse
2023-12-13Merge pull request #269551 from tejing1/nixos-stub-ldRobert Hensing5-1/+119
nixos/stub-ld: init module
2023-12-13Merge pull request #253184 from tilpner/prometheus-headersJanne Heß1-0/+8
nixos/prometheus: add remote{Read, Write}.headers options
2023-12-13nixos/hyprland: remove enableNvidiaPatches optionMihai Fufezan1-5/+6
Hyprland now works on Nvidia without patching.
2023-12-13Merge pull request #273698 from foo-dogsquared/fix-guix-gc-serviceWeijia Wang1-1/+0
nixos/guix: fix GC service
2023-12-13Merge pull request #273951 from schnusch/nixos/tinyproxyNick Cao1-1/+1
nixos/tinyproxy: fix services.tinyproxy.package
2023-12-13Merge pull request #273878 from numinit/nebula-startup-raceNick Cao1-1/+1
nixos/nebula: wait for start notification to prevent startup race
2023-12-13Merge pull request #272679 from flokli/jenkins-statedirFlorian Klink1-0/+1
nixos/jenkins: set StateDirectory if home is /var/lib/jenkins
2023-12-13nixos/jenkins: set StateDirectory if home is /var/lib/jenkinsFlorian Klink1-0/+1
This will cause systemd to chown /var/lib/jenkins to the user that the jenkins systemd service runs as, fixing permission issues when mounting /var/lib/jenkins from another data volume. It uses the same logic that garage is using, too, checking for the prefix.
2023-12-13nixos/tinyproxy: fix services.tinyproxy.packageschnusch1-1/+1
2023-12-12nixos/nebula: wait for start notification to prevent startup raceMorgan Jones1-1/+1
2023-12-12Merge pull request #273693 from lopsided98/syncthing-database-dirKira Bruneau1-1/+10
nixos/syncthing: add `databaseDir` option
2023-12-12Merge pull request #273584 from bobby285271/upd/flatpakBobby Rong1-0/+1
flatpak: 1.14.4 → 1.14.5
2023-12-12nixos/iproute2: use rt_tables.d to avoid IFDLin Yinfeng1-3/+2
2023-12-12Merge pull request #271506 from Misterio77/nginx-redirect-status-codeRyan Lahfa2-8/+21
2023-12-12nixos/guix: remove Service.MemoryDenyWriteExecute for GC serviceGabriel Arazas1-1/+0
Guile 3 uses JIT needing write and execute permissions.
2023-12-11nixos/syncthing: add databaseDir optionBen Wolsieffer1-1/+10
#264753 mistakenly used the dataDir option to set the -data argument. This broke existing configurations because -data used to be set to configDir (implicitly, using the -home option, which is equivalent to setting -config and -data to the same value). Fix this by introducing a new databaseDir option sets -data and defaults to configDir. This maintains the existing behavior by default while still allowing users to specify separate config and database directories.
2023-12-11Merge pull request #273510 from rnhmjoj/pr-fix-pingMartin Weinelt1-0/+2
nixos/networking-interfaces: fix rootless ping
2023-12-11flatpak: 1.14.4 → 1.14.5Bobby Rong1-0/+1
https://github.com/flatpak/flatpak/compare/1.14.4...1.14.5 This contains build fix for AppStream 1.0.
2023-12-11nixos/nginx: make redirect status code configurableGabriel Fontes2-8/+21
Add an option to configure which code globalRedirect and forceSSL use. It previously was always 301 with no easy way to override.
2023-12-11nixos/firejail: fix typoSharzyL1-1/+1
2023-12-11nixos/networking-interfaces: fix rootless pingrnhmjoj1-0/+2
In 759ec111 the ping setuid wrapper was removed in favour of giving permissions to perform ICMP echo requests to all users. The problem is that the systemd file that was supposed to change the `net.ipv4.ping_group_range` sysctl is not always installed, specifically only if systemd.coredump.enable. In that case the range is "0 1", which is effectively restricts ping to only root. This change explicitely sets the range to "0 2^31-1", as systemd does.
2023-12-11nixos/stub-ld: init moduleJeff Huffman3-0/+59
2023-12-11Merge pull request #270224 from SuperSandro2000/patch-2pennae1-8/+8
nixos/acme: add syntax highlighting to code blocks
2023-12-11nixos/avahi: rename remaining config optionsFlorian Klink1-1/+1
services.avahi.nssmdns got split into services.avahi.nssmdns{4,6}, nothing should access the old alias anymore so there's no eval warnings. Reported in https://github.com/NixOS/nixpkgs/pull/258424#issuecomment-1849428869
2023-12-10nixos/acme: add syntax highlighting to code blocksSandro1-8/+8
2023-12-10Merge pull request #272920 from SuperSandro2000/nginx-returnRyan Lahfa2-2/+2
2023-12-10Merge pull request #272646 from onny/btrbk-stream-compressJonas Heinrich1-4/+46
nixos/btrbk: Add required stream_compress packages
2023-12-10Merge pull request #273224 from s-sinnlos/ddclient-docs-fixNick Cao1-1/+1
nixos/ddclient: Update link to protocols documentation
2023-12-10Merge pull request #272314 from NickCao/ppdNick Cao1-10/+9
nixos/power-profiles-daemon: add package option
2023-12-10Merge pull request #272576 from NixOS/home-assistantMartin Weinelt1-2/+1
home-assistant: 2023.11.3 -> 2023.12.0
2023-12-10Merge pull request #258424 from SuperSandro2000/nss-mdns-timeoutFlorian Klink1-5/+30
nixos/avahi-daemon: resolve mdns over only over ipv4
2023-12-10Merge pull request #273324 from azuwis/hass-lovelaceMartin Weinelt1-1/+1
nixos/home-automation: really fix lovelace card entrypoint
2023-12-10Merge pull request #272919 from SuperSandro2000/nextcloudMaximilian Bosch1-1/+1
nixos/nextcloud: allow phpOptions to contain ints
2023-12-10nixos/home-automation: really fix lovelace card entrypointZhong Jianxin1-1/+1
2023-12-10nixos/no-x-libs: add mupdfSandro Jäckel1-0/+1
2023-12-10nixos/ddclient: Update link to protocols documentations-sinnlos1-1/+1
Link to maintained docs on https://ddclient.net/
2023-12-09nixos/home-assistant: fix broken reference in option exampleMartin Weinelt1-1/+1
2023-12-09nixos/home-assistant: update bluetooth componentsMartin Weinelt1-1/+0
eq3btsmart was removed in 2023.12.0.
2023-12-09Merge pull request #266935 from s-sinnlos/nextcloud26-ocm-dir-fixMaximilian Bosch1-1/+3
nixos/nextcloud: missing ocm-dir applys also from 26.0.8 onward
2023-12-09Merge pull request #272996 from RaitoBezarius/netdata-improvementsRyan Lahfa1-0/+1
2023-12-09Merge pull request #272564 from SuperSandro2000/grafanaMaximilian Bosch1-2/+2
nixos/grafana: create plugins directory in provisioning, fix deprecation warning
2023-12-09nixos/btrbk: Add required stream_compress packagesJonas Heinrich1-4/+46
2023-12-09Merge pull request #272557 from ambroisie/update-tandoor-recipesPeder Bergebakken Sundt1-1/+1
tandoor-recipes: 1.5.6 -> 1.5.10
2023-12-09Merge pull request #137003 from yayayayaka/add-pkg-jigasiLassulus3-3/+273
jigasi: init at 1.1-311-g3de47d0 + module
2023-12-09nixos/netdata: ensure analytics reporting is truly opted-outRaito Bezarius1-0/+1
Fixes 260035.
2023-12-08Merge pull request #272744 from hercules-ci/lib-lists-sortOnSilvan Mosberger1-2/+2
`lib.lists.sortOn`: init
2023-12-08nixos/btrbk: Optimize sortRobert Hensing1-2/+2
This avoids computing the prio more than necessary. The test evaluates to the same derivation hash.
2023-12-08Merge pull request #257503 from SuperSandro2000/postgres-extraPluginsRobert Hensing3-8/+7
nixos/postgresql: take extraPlugins packageset from package option