about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-04-05Merge pull request #224712 from NixOS/revert-221108-bind_remove_allow_queryPeter Simons1-0/+1
Revert "bind: remove hard-coded `allow-query` config setting"
2023-04-05nixos/manual: fix cross-compilationSergey1-1/+1
Remove absolute reference to xsltproc. This reference breaks cross-compilation: instead of host version builder tries to execute binary for target and fails.
2023-04-04Revert "bind: remove hard-coded `allow-query` config setting"Yureka1-0/+1
2023-04-04Merge pull request #224495 from Mic92/mediawiki-postgresMartin Weinelt2-37/+92
mediawiki: add support for postgresql
2023-04-04Merge pull request #194420 from helsinki-systems/drop/elk6Martin Weinelt4-20/+2
elk6: remove
2023-04-04nixos/rl-2305: mention elk6 removalajs1241-0/+2
2023-04-04elasticsearch-oss: removeajs1242-5/+0
2023-04-04elasticsearch6*: removeajs1241-15/+0
2023-04-04mediawiki: add support for postgresqlJörg Thalheim2-37/+92
2023-04-03remove myself (erictapen) from packages which I don't use anymoreKerstin Humm2-2/+2
2023-04-03go-ethereum: 1.10.26 -> 1.11.5David Dunn1-0/+2
Release notes: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.5 Removes `puppeth`, as noted in the `Removed Features` section of the release notes for v1.11.0: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.0
2023-04-03Merge pull request #218870 from Uthar/lisp27c6f434c2-2/+4
lisp-modules: replace with an implementation based on github:uthar/nix-cl
2023-04-03Merge pull request #216737 from FedericoSchonborn/budgieBobby Rong5-1/+256
Budgie Desktop
2023-04-02nixos/doc: add release note for Budgie DesktopFederico Damián Schonborn2-2/+2
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-04-02nixos/tests/budgie: initFederico Damián Schonborn2-0/+54
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-04-03Merge pull request #224418 from jtojnar/users-validate-passwords-with-optionsMartin Weinelt1-1/+2
nixos/users-groups: Fix password scheme validation
2023-04-03nixos/users-groups: Fix password scheme validationJan Tojnar1-1/+2
0d7cd666520621ebb3f2fb0e590064e8621e249e broke validation for hashes with options such as those generated with `mkpasswd --method=sha-512 --rounds=1000000`: $6$rounds=1000000$xpzZ6Rfg873gZnDY$RxS7lpVnohfDrrKG3lt9UFHED1KoiPGzH7zQv/HzwalZepo/IfFtxw05ap25duEJSKYhC14.Fn9eXszEpWVtF. This fixes it.
2023-04-02nixos/atuin: add maxHistoryLength0x4A6F1-0/+7
2023-04-02lisp-modules: add release note about the new manual and the interfaceKasper Gałkowski1-0/+2
2023-04-02nixos/grafana-image-renderer: fix setting nameK9001-1/+1
2023-04-02chatgpt-retrieval-plugin: init modulehappysalada2-0/+107
2023-04-02Merge pull request #224255 from Kiskae/patch-1Nick Cao1-1/+1
nixos/nvidia: use correct attribute
2023-04-02Merge pull request #224170 from mvnetbiz/ddclientSandro1-0/+1
2023-04-02Merge pull request #224272 from mattmelling/cloudlog-no-ifdSandro1-1/+2
2023-04-02Merge pull request #223091 from Izorkin/update-nginx-compressionSandro1-8/+12
2023-04-01nixos/budgie: initFederico Damián Schonborn2-1/+202
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-04-01Merge pull request #215493 from Izorkin/fix-dhcpcd-ipv6rsSandro2-2/+16
2023-04-01Merge pull request #207248 from Izorkin/update-nginxLuke Granger-Brown4-12/+64
nginxQuic: 3be953161026 -> 0af598651e33
2023-04-01nixos/nvidia: use correct attributeKiskae1-1/+1
2023-04-01nixos/tests/nginx: update nginx-http3 testIzorkin1-1/+5
2023-04-01Merge pull request #223939 from Kiskae/patch-1Nick Cao1-1/+3
linuxPackages.nvidia_x11_production: 525.89.02 -> 525.105.17
2023-04-01nixos/nvidia: allow package to override IBT supportKiskae1-1/+3
2023-04-01nixos/nginx: update description in compression modulesIzorkin1-8/+12
2023-04-01nixos/dhcpcd: add IPv6rs optionIzorkin2-2/+16
2023-04-01nixos/nginx: update quic configurationIzorkin3-11/+59
2023-04-01Merge #224143: nixos/qtile: fix manual buildVladimír Čunát1-2/+1
(the build is OK on unstable/master but not on 22.11)
2023-03-31nixos/ddclient: add iproute2 to unit path if using "if" methodMatt Votava1-0/+1
2023-04-01Merge pull request #163082 from ettom/zeypleSandro2-0/+126
2023-03-31nixos/qtile: fix manual buildLily Foster1-2/+1
2023-03-31Merge pull request #223843 from simplejack-src/nixos_manual_desktop_itemSilvan Mosberger1-1/+2
nixos/documentation: Fix desktopIcon, GenericName/Comment
2023-03-30maintainers: Update houstdav000 -> cyntheticfoxDavid Houston1-1/+1
2023-03-30Merge pull request #221964 from randomnetcat/sanoid-service-packageIlan Joselevich2-2/+6
sanoid/syncoid: Add package options
2023-03-30Merge pull request #223754 from IndeedNotJames/nixos-lokiIlan Joselevich1-2/+4
nixos/loki: add `package` option
2023-03-30Merge pull request #223760 from K900/nicer-pure-eval-errorK9001-0/+6
nixos/system: disallow system.copySystemConfiguration in pure eval mode
2023-03-30nixos/loki: add `package` optionIndeedNotJames1-2/+4
2023-03-30nixos/k3s: start after network-onlinesuperherointj1-2/+2
2023-03-29nixos/documentation: Fix desktopIcon, GenericName/Commentsimeplejack-src1-1/+2
2023-03-29Merge pull request #223548 from enc0urage/fix-graphene-hardenedRobert Scott1-0/+1
nixos/malloc: set vm.max_map_count when using graphene-hardened
2023-03-29(nixos/sanoid, nixos/syncoid): Add package optionsJanet Cobb2-2/+6
Allows changing the sanoid package to be used for these services.
2023-03-29nixos/system: disallow system.copySystemConfiguration in pure eval modeK9001-0/+6
This is already broken, so let's give it a better error message.