about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-04-21Merge pull request #260962 from lunik1/inadyn-moduleSandro3-0/+253
nixos/inadyn: init
2024-04-21Merge pull request #304608 from tmuehlbacher/fix-fzf-bash-completionsBasti1-2/+3
nixos/fzf: fix bash with `fuzzyCompletion`
2024-04-21nixos/fzf: fix bash with `fuzzyCompletion`Thomas Mühlbacher1-2/+3
put all of fzf initialization after the bash-completions initialization in bashrc, as the upstream project suggests in https://github.com/junegunn/fzf/issues/72 Fixes: #303195
2024-04-21Merge pull request #303224 from 0z13/oauth2_proxy-add-issuer-urlSandro1-0/+10
nixos/oauth2_proxy: add oidc-issuer-url flag
2024-04-21Merge pull request #305767 from emilylange/nixos-manual-abort-on-warnpennae1-0/+1
nixos/manual: apply `documentation.nixos.options.warningsAreErrors` to nix eval as well
2024-04-21Merge pull request #304334 from JulienMalka/limesurvey-packageJulien Malka1-8/+8
nixos/limesurvey: allow package to be customized
2024-04-21nixos/manual: apply `cfg.warningsAreErrors` to nix eval as wellemilylange1-0/+1
This change makes `baseOptionsJSON` (`lazy-option.json`) take our existing `documentation.nixos.options.warningsAreErrors` option into account to then set the `NIX_ABORT_ON_WARN` environment variable within its build sandbox accordingly. Given `documentation.nixos.options.warningsAreErrors` default to true, our nixpkgs CI check that builds the NixOS manual for each PR, will now fail when something raises a warning, e.g. as part of the `lib.mdDoc` deprecation. This should prevent new PRs with lib.mdDoc from getting merged. Previously, the manual would build successfully, even if an eval warning was raised.
2024-04-22nixos/duosec: Split `mkdir` mode into `chmod` command for clarityVictor Engmark1-2/+4
As recommended by ShellCheck <https://github.com/koalaman/shellcheck/wiki/SC2174>.
2024-04-21Merge pull request #305379 from stuebinm/fcast-receiver-mdDocWeijia Wang1-2/+2
nixos/fcast-receiver: remove uses of lib.mdDoc
2024-04-22nixos/tests/phosh: check phosh-mobile-settings startsTom Fitzhenry1-1/+10
2024-04-21Merge pull request #305689 from rnhmjoj/pr-fix-wpa-secretsMichele Guerini Rocco2-3/+10
nixos/wireless: correctly handle secrets containing &
2024-04-21Merge pull request #305649 from rnhmjoj/pr-fix-wpa-auxMichele Guerini Rocco2-0/+29
nixos/wireless: create empty config for imperative setup
2024-04-21nixos/greenclip: restart daemon if it exitsPreston Hunt1-1/+4
2024-04-21nixos/wireless: correctly handle secrets containing &rnhmjoj2-3/+10
In the replacement arg of gsub() the & symbol is a special character that need to be escaped. To avoid this, and further issues due to the variable name possibly being interpreted as a regex, we do a normal substring replacement. This fixes issues #279803.
2024-04-21nixos/tests/wpa_supplicant: test allowAuxiliaryImperativeNetworksrnhmjoj1-0/+24
2024-04-21nixos/wireless: create empty config for imperative setuprnhmjoj1-0/+5
If allowAuxiliaryImperativeNetworks is enabled, the wpa_supplicant daemon complains fails to start if /etc/wpa_supplicant.conf does not exist. As this can be created using wpa_cli (or similar) later, it shouldn't matter, so let's create an empty one. This fixes issues #157537, #299466.
2024-04-20Merge pull request #304527 from atorres1985-contrib/earlyoomWeijia Wang2-14/+27
earlyoom: 1.7 -> 1.8
2024-04-20nixos/release-small: fix evalMartin Weinelt1-0/+1
Provide nixpkgs.release-checks, which has been extracted out of the tarball job into a dedicated one.
2024-04-20Merge pull request #294641 from devusb/sunshine-moduleSandro5-0/+230
nixos/sunshine: init
2024-04-20Merge pull request #197193 from onny/manticore-serviceSandro3-0/+134
nixos/manticore: init module
2024-04-20nixos/deconz: fix curl redirect option in postStartBjørn Forsman1-1/+1
It should be curl -L (follow redirects), not curl -l (FTP directory listing option). I know because it's my mistake. Fixes: d4b989cafc77 ("nixos/deconz: delay signalling service readiness until it's actually up")
2024-04-20Merge pull request #302136 from savyajha/firefly-iiiPol Dellaiera5-0/+397
firefly-iii: init at 6.1.13, nixos/firefly-iii: init
2024-04-20Merge pull request #304730 from K900/bigger-parallelerK9002-1/+5
pkgs/top-level: split release-checks into a separate job
2024-04-20Merge pull request #247118 from Tom-Hubrecht/netbird-serverRyan Lahfa8-0/+1041
nixos/netbird-server: init module
2024-04-20Merge pull request #305076 from abysssol/ollama-sandboxPol Dellaiera1-2/+36
nixos/ollama: add options to bypass sandboxing
2024-04-19Merge pull request #305107 from romildo/upd.lxqtJosé Romildo Malaquias1-1/+1
LXQt: update to version 2.0.0
2024-04-19nixos/fcast-receiver: remove uses of lib.mdDocstuebinm1-2/+2
2024-04-19Merge pull request #305359 from Janik-Haag/drop-piegames-from-gnome-pluginsMaxine Aubrey1-1/+1
gnomeExtensions: drop piegames from maintainers
2024-04-19gnomeExtensions: drop piegames from maintainersJanik H.1-1/+1
upon request of @piegamesde
2024-04-19nixos/lxqt: use mkDefault to enable the lxqt xdg portalJosé Romildo1-1/+1
2024-04-19Merge pull request #304373 from SuperSandro2000/knot-settingsMartin Weinelt1-1/+1
nixos/knot: use module system to combine settings option
2024-04-19doc: move note on configuring Nixpkgs in NixOS to the NixOS manual (#304307)Valentin Gagarin1-4/+26
that NixOS manual section talks a lot about Nixpkgs package configuration, which really should not be there but rather in the Nixpkgs manual itself. but this is a rabbit hole for another time. Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
2024-04-19services.earlyoom: set package optionAnderson Torres1-13/+26
Also add AndersonTorres as maintainer.
2024-04-19nixosTests.earlyoom: add AndersonTorres as maintainerAnderson Torres1-1/+1
2024-04-19Revert "icu: refactor to avoid runtime dependency on bash"Mario Rodas1-2/+0
2024-04-19Merge pull request #305267 from e1mo/paperless-always-engLeona Maroni2-1/+5
nixos/paperless: Always buidl tesseract with english
2024-04-19Merge pull request #297805 from ambroisie/podgrab-userBruno BELANYI1-4/+37
nixos/podgrab: add user/group/dataDirectory options
2024-04-19nixosTests.paperless: Test tesseract compiles when english is not stagede1mo1-0/+1
Tests for the regression introduced in #303388 and fixed in f0721f377955.
2024-04-19nixos/paperless: Always buidl tesseract with englishe1mo1-1/+4
With the changes introduced in #303388 tesseract would only be compiled with the languages defined in `PAPERLESS_OCR_LANGUAGE`. However, english is always required, making tesseract fail to build when only non-english languages are defined in tesseract: ``` eng.traineddata must be present in tessdata for Tesseract to work ```
2024-04-19Merge pull request #304784 from zlepper/remove-bash-runtime-dep-from-libicu7c6f434c1-0/+2
icu: refactor to avoid runtime dependency on bash
2024-04-19Merge pull request #298680 from gvolpe/lib/transposeMapRick van Schijndel2-3/+3
lib/attrsets: add mapCartesianProduct function
2024-04-19Merge pull request #302369 from nevivurn/feat/kavita-0.7.14Peder Bergebakken Sundt1-0/+2
kavita: 0.7.13 -> 0.8.0
2024-04-18Merge pull request #304880 from OPNA2608/fix/lomiri/network-indicator-workWeijia Wang2-2/+21
lomiri.lomiri-network-indicator: Make it work, add it to Lomiri module
2024-04-18nixos/podgrab: add 'dataDirectory' optionBruno BELANYI1-3/+16
2024-04-18Merge pull request #304919 from adamcstephens/lxd/cpu-hotplugAdam C. Stephens2-0/+13
nixos/lxd-virtual-machine: enable CPU hotplug for x86_64
2024-04-18nixos/oauth2_proxy: add oidc-issuer-url flagJonathan Zielinski1-0/+10
2024-04-18nixos/ollama: add options to bypass sandboxingabysssol1-2/+36
2024-04-18nixos/lxd-virtual-machine: enable CPU hotplug for x86 VMsAdam Stephens2-0/+13
2024-04-18Merge pull request #275541 from SuperSandro2000/oauth2-proxy-fix-pathsSandro1-12/+22
2024-04-18nixos/netbird-server: init moduleTom Hubrecht8-0/+1041