about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* treewide: Fix typosPeder Bergebakken Sundt2023-09-28
|
* Merge pull request #257843 from tweag/nixos-nixpkgs-overlays-rewriteRobert Hensing2023-09-28
|\ | | | | nixos/nixpkgs: Rewrite overlays option docs
| * nixos/nixpkgs: Rewrite overlays option docsSilvan Mosberger2023-09-28
| | | | | | | | | | | | henrik-ch was also here :) Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io>
* | Merge pull request #255116 from adamcstephens/lxd/udev-containerMario Rodas2023-09-28
|\ \ | | | | | | systemd: allow udev-trigger to run on lxd containers with nesting
| * | systemd: allow udev-trigger to run on lxd containers with nestingAdam Stephens2023-09-14
| | |
* | | Merge pull request #257682 from Kharacternyk/transmission-doc-typoRobert Hensing2023-09-28
|\ \ \ | | | | | | | | nixos/transmission: fix a typo in the docs
| * | | nixos/transmission: fix a typo in the docsNazar Vinnichuk2023-09-27
| | | |
* | | | Merge pull request #257693 from NickCao/bindmountWill Fancher2023-09-27
|\ \ \ \ | | | | | | | | | | nixos/stage-1-systemd: fix initrd-fstab generation for bind mounts, a…
| * | | | nixos/stage-1-systemd: makeFstabEntries: drop rootPrefix parameterNick Cao2023-09-27
| | | | |
| * | | | nixos/stage-1-systemd: fix initrd-fstab generation for bind mounts, againNick Cao2023-09-27
| |/ / / | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/185089
* | | | nixos/sshd: fix sshd.conf validity checkMaximilian Bosch2023-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using e.g. `{ addr = "[::]"; port = 22; }` at `listenAddresses`, the check fails because of an escaping issue[1] with last 1 log lines: > Invalid test mode specification -f For full logs, run 'nix log /nix/store/c6pbpw5hjkjgipmarwyic9zyqr1xaix5-check-sshd-config.drv' Using `lib.escapeShellArg` appears to solve the problem. [1] https://github.com/NixOS/nixpkgs/pull/256090#issuecomment-1738063528
* | | | coredns: allow adding external pluginsBrendan Taylor2023-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solves https://github.com/NixOS/nixpkgs/issues/146603 CoreDNS has support for plugins that are added at compile time. This exposes an argument `externalPlugins` that will build coredns with the specified plugins. Example: ``` coredns-fanout = pkgs.coredns.override { externalPlugins = [ {name = "fanout"; repo = "github.com/networkservicemesh/fanout"; version = "v1.9.1";} ]; vendorHash = "<SRI hash>"; }; ```
* | | | Merge pull request #257672 from svanderburg/disnix-updatesSander van der Burg2023-09-27
|\ \ \ \ | | | | | | | | | | Disnix updates
| * | | | dysnomia: 0.10.1 -> 0.10.2Sander van der Burg2023-09-27
| |/ / /
* | | | Merge pull request #256544 from tweag/strict-foldlRobert Hensing2023-09-27
|\ \ \ \ | | | | | | | | | | `lib.lists.foldl'`: Make stricter
| * | | | lib.attrsets.foldlAttrs: Make stricterSilvan Mosberger2023-09-27
| | | | | | | | | | | | | | | | | | | | See the parent commit for the same change to lib.lists.foldl'
| * | | | lib.lists.foldl': Make strict in the initial accumulatorSilvan Mosberger2023-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | To maintain backwards compatibility, this can't be changed in the Nix language. We can however ensure that the version Nixpkgs has the more intuitive behavior.
* | | | | vimUtils: buildVimPluginFrom2Nix renamed to buildVimPluginMatthieu Coudron2023-09-27
| | | | | | | | | | | | | | | | | | | | the `from2Nix` suffix is a legacy from vim2nix but we dont use that anymore. It makes the name of the function unusual and long.
* | | | | Merge pull request #254440 from Izorkin/add-nginx-bpfRyan Lahfa2023-09-27
|\ \ \ \ \
| * | | | | nixos/nginx: allow enabling QUIC packet routing using eBPFIzorkin2023-09-19
| | | | | |
* | | | | | Merge pull request #257047 from minijackson/netbox-3.6.2Ryan Lahfa2023-09-27
|\ \ \ \ \ \
| * | | | | | netbox_3_3: removeMinijackson2023-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should be, by now, unused by everyone Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
| * | | | | | nixos/netbox: use netbox_3_6 for stateVersion>=23.11Minijackson2023-09-26
| | | | | | |
| * | | | | | netbox_3_6: init, mark 3_5 as EOLMinijackson2023-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use it for the upgrade test increase tests memory, otherwise NetBox gets OOM killed Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
| * | | | | | netbox_3_5: introduce aliasMinijackson2023-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clears up ambiguity use that alias in tests Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
* | | | | | | Merge pull request #249412 from ↵Ryan Lahfa2023-09-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | JTarasovic/jdt/systemd-networkd/ipv6-assign-prefix
| * | | | | | | systemd-networkd: add option to assign ipv6 prefixJason Tarasovic2023-08-15
| | | | | | | |
* | | | | | | | Merge pull request #249386 from JTarasovic/jdt/systemd-networkd/dhcpv6configRyan Lahfa2023-09-27
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | systemd-networkd: add dhcpv6Config optionsJason Tarasovic2023-08-15
| |/ / / / / /
* | | | | | | Merge #255658: staging-next 2023-09-17Vladimír Čunát2023-09-27
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-26
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-09-26
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-26
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-25
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-25
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-25
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-09-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-09-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel2023-09-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \