about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-05-08ArchiSteamFarm.ui: use buildNpmPackagelom1-1/+1
2023-05-07Merge pull request #227765 from zhaofengli/darlingIlan Joselevich4-0/+67
darling: init at unstable-2023-05-02
2023-05-07Merge pull request #230449 from lovesegfault/mainsail-moduleBernardo Meurer3-1/+68
2023-05-07Merge pull request #230256 from lovesegfault/systemd-canMartin Weinelt1-0/+6
nixos/networkd: add TransmitQueues and TransmitQueueLength
2023-05-07Merge pull request #224688 from Izorkin/add-nginx-upstream-timeoutNaïm Favier1-8/+25
nixos/nginx: allow arbitrary parameters in upstream servers
2023-05-07nixos/nginx: allow arbitrary parameters in upstream serversIzorkin1-8/+25
Adds a `freeformType` to `services.nginx.upstreams.<name>.servers` to allow setting arbitrary parameters.
2023-05-07nixos/mainsail: initBernardo Meurer3-1/+68
2023-05-06nixos/tests/darling: initZhaofeng Li2-0/+45
2023-05-06nixos/darling: initZhaofeng Li2-0/+22
2023-05-06nixos/networkd: add TransmitQueues and TransmitQueueLengthBernardo Meurer1-0/+6
These are relevant when using networkd to configure CAN networks Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-05-06Merge #230386: Revert "nixos/qemu-vm: fix diskless VMs"Vladimír Čunát1-19/+8
2023-05-06Merge pull request #229999 from ambroisie/update-tandoor-recipesMartin Weinelt1-0/+1
tandoor-recipes: 1.4.4 -> 1.4.9
2023-05-06Revert "nixos/qemu-vm: fix diskless VMs"Vladimír Čunát1-19/+8
2023-05-06Merge pull request #229111 from zimbatm/cloud-init-settingsJonas Chevalier1-127/+160
cloud-init module: adopt the settings format
2023-05-06Merge pull request #225341 from SuperSandro2000/ohmyzsh-fzfSandro1-7/+12
nixos/fzf: add ohMyZsh integration
2023-05-06Merge pull request #197547 from hercules-ci/module-class-and-flake-importRobert Hensing4-1/+7
module system: Improve error messages around faulty imports
2023-05-06nixos/tests/kavita: initGabriel Fontes3-11/+46
2023-05-06nixos/kavita: initGabriel Fontes3-0/+88
2023-05-06lib/modules: Move class out of specialArgsRobert Hensing3-5/+4
2023-05-06nixos,nixpkgs: Add module classesRobert Hensing4-2/+9
This allows modules that declare their class to be checked. While that's not most user modules, frameworks can take advantage of this by setting declaring the module class for their users. That way, the mistake of importing a module into the wrong hierarchy can be reported more clearly in some cases.
2023-05-06Merge pull request #229874 from mcnesium/fix_ambig_charRick van Schijndel1-2/+2
fix ambiguous unicode characters
2023-05-06nixos/tandoor-recipes: disable debug toolbarBruno BELANYI1-0/+1
2023-05-06Merge pull request #230189 from nikstur/systemd-repart-release-noteWeijia Wang1-0/+2
nixos/release-notes: add systemd-repart
2023-05-05nixos/release-notes: add systemd-repartnikstur1-0/+2
2023-05-05nixos/xserver: fix xserver.conf reproducibility (sort ModulePath entries)Pierre Bourdon1-1/+1
2023-05-05Merge pull request #230027 from jmbaur/fix-cross-nixos-systemRyan Lahfa1-2/+2
nixos/bootspec: Fix cross for nixos-system systemBuilder
2023-05-05Merge pull request #227696 from aktaboot/fix-install-tools-depsRyan Lahfa1-0/+4
nixos/installer: fix util-linux dependencies in install script
2023-05-05nixos/installer: fix util-linux dependencies in install scriptsaktaboot1-0/+4
2023-05-05Merge pull request #193469 from minijackson/mount-options-stage-1Ryan Lahfa3-0/+25
nixos/stage-1: follow mount options
2023-05-05Merge pull request #228047 from RaitoBezarius/diskless-vmRyan Lahfa1-8/+19
nixos/qemu-vm: fix diskless VMs
2023-05-05nixos/grafana-agent: add `extraFlags` option (#228883)Emily Lange1-9/+15
2023-05-05Merge pull request #228111 from alyssais/nixosTest-hostnameJacek Galowicz7-23/+67
nixosTest: remove hostname limitations
2023-05-04nixos/bootspec: Fix cross for nixos-system systemBuilderJared Baur1-2/+2
When `nixpkgs.hostPlatform` != `nixpkgs.buildPlatform`, building the top-level attribute fails since the bootspec portion of the system builder tries to reference the host platform's `jq`. Change this to reference the build platform's `jq`.
2023-05-04Merge pull request #226652 from totoroot/remove-qlandkartegtSandro1-0/+2
qlandkartegt: remove
2023-05-04nixos/networkd: Fix typo in usage sectionBridgeVLANRene Hollander1-1/+1
The `B` in bridge should be capitalized. It currently leads to an evuluation error: ``` error: attribute 'sectionbridgeVLAN' missing at /nix/store/7wmrwj0sgwg1iivxk43lpkqjhji57mq7-source/nixos/modules/system/boot/networkd.nix:2386:56: 2385| example = { VLAN = "10-20"; }; 2386| type = types.addCheck (types.attrsOf unitOption) check.network.sectionbridgeVLAN; | ^ 2387| description = lib.mdDoc '' Did you mean sectionBridgeVLAN? ```
2023-05-04Merge pull request #229780 from NixOS/home-assistantMartin Weinelt1-0/+1
home-assistant: 2023.4.6 -> 2023.5.0
2023-05-04Merge pull request #229845 from pitkling/fix/qemu-vm-escape-variableWeijia Wang1-1/+1
virtualisation/qemu-vm: fix unescaped bash variable in shell script
2023-05-04fix ambiguous unicode charactersmcnesium1-2/+2
2023-05-04Merge pull request #223418 from Mic92/grubJörg Thalheim1-13/+19
nixos/grub-install: don't rely on shell to run commands
2023-05-04virtualisation/qemu-vm: escape bash variable in shell scriptPeter Kling1-1/+1
Fixes #229729
2023-05-04nixos/tests/installer.nix: add missing kbd.devVladimír Čunát1-0/+1
Sometimes the tests fail since splitting kbd.dev in PR #226247 https://hydra.nixos.org/build/218620685/nixlog/2/tail Apparently the failure isn't 100% reproducible; I don't know how/why.
2023-05-04nixos/home-assistant: update bluetooth componentsMartin Weinelt1-0/+1
2023-05-03qlandkartegt: removeMatthias Thym1-0/+2
2023-05-03nixos/emacs: restore example markuppennae1-8/+29
these examples were turned into untitle anchors previously because at the time supporting examples was not deemed necessary or useful. now that we have them we can restore them though.
2023-05-03nixos-render-docs: add examples supportpennae6-22/+26
the nixos manual contains enough examples to support them as a proper toc entity with specialized rendering, and if in the future the nixpkgs wants to use nixos-render-docs we will definitely have to support them. this also allows us to restore some examples that were lost in previous translation steps because there were too few to add renderer support back then.
2023-05-03Merge pull request #228347 from NixOS/uefi-without-bootloadersRyan Lahfa1-10/+18
nixos/qemu-vm: make it possible to use UEFI without bootloaders
2023-05-03Merge pull request #229654 from onny/wordpress62Weijia Wang1-1/+1
wordpress: 6.1.1 -> 6.2; wordpress6_2: init
2023-05-03wordpress: 6.1.1 -> 6.2; wordpress6_2: initJonas Heinrich1-1/+1
2023-05-03system76-scheduler: don't enable unconditionallyMichael Livshin1-1/+1
Oops :(
2023-05-03nixos/fail2ban: others small updateIzorkin1-1/+1