summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* NixOS/opengl: Use the default Mesa package by default.r-vdp2023-03-28
| | | | | Fixes #223458 Fixes #223331
* Merge pull request #222762 from Kiskae/nvidia/530.41.03Nick Cao2023-03-28
|\ | | | | linuxPackages.nvidia_x11: 525.89.02 -> 530.41.03
| * nixos/nvidia: re-enable IBT for newer driversKiskae2023-03-24
| |
* | Merge pull request #223439 from mjlbach/fix/garageRyan Lahfa2023-03-28
|\ \ | | | | | | garage: fix missing stateVersion and default pkg
| * | garage: fix missing stateVersion and default pkgMichael Lingelbach2023-03-27
| | | | | | | | | | | | | | | * stateVersion was not in scope, added config.system.systemVersion * garage_0_8_0 -> garage_0_8, the former does not exist
* | | Merge pull request #223242 from panicgh/nitrokey-libnitrokeyRyan Lahfa2023-03-27
|\ \ \ | | | | | | | | libnitrokey: init at 3.8
| * | | nitrokey-udev-rules: replace with libnitrokeyNicolas Benes2023-03-27
| | | |
* | | | Merge pull request #223388 from 06kellyjac/authelia-moveRyan Lahfa2023-03-27
|\ \ \ \ | | | | | | | | | | authelia: move module under security and minor fixes
| * | | | authelia: move module under security and minor fixes06kellyjac2023-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed test access to lib Added nixos test to passthru
* | | | | Merge pull request #222946 from RaitoBezarius/zfs-6_2-6_3-compatRyan Lahfa2023-03-27
|\ \ \ \ \ | | | | | | | | | | | | zfsUnstable: make it compatible again with 6.2.8 and potentially 6.3
| * | | | | nixos/tests/zfs: add zfsUnstable test for systemd-stage 1Raito Bezarius2023-03-27
| | | | | |
* | | | | | Merge pull request #162479 from stuebinm/feature/mattermost-secretsK9002023-03-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/mattermost: add secretFile option for declarative configs (again)
| * | | | | | mattermost: add environmentFile option to allow declarative secretsstuebinm2023-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an option `services.mattermost.environmentFile`, intended to be useful especially when `services.mattermost.mutableConfig` is set to `false`. Since all mattermost configuration options can also be set by environment variables, this allows managing secret configuration values in a declarative manner without placing them in the nix store.
* | | | | | | Merge pull request #222592 from Luflosi/update/kuboSandro2023-03-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kubo: 0.18.1 -> 0.19.0
| * | | | | | | nixos/kubo: add QUICv1 and WebTransport to Addresses.Swarm listLuflosi2023-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://github.com/ipfs/kubo/blob/v0.18.0/docs/config.md#addressesswarm, the default list of swarm multiaddrs includes QUICv1 and WebTransport since v0.18.0. More information can be found in the release notes at https://github.com/ipfs/kubo/releases/tag/v0.18.0.
* | | | | | | | Merge pull request #220450 from arjan-s/qtile-optionsLily Foster2023-03-27
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | qtile: add more options to NixOS module and expose unwrapped package
| * | | | | | | qtile: add more options and expose unwrapped packageArjan Schrijver2023-03-19
| | | | | | | |
* | | | | | | | Merge pull request #223294 from SuperSandro2000/synapse.nixMaximilian Bosch2023-03-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/synapse: fix path
| * | | | | | | | nixos/synapse: Fix incorrect module path after it was movedSandro Jäckel2023-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 22f3d4e4dbc415c880dabca13fcc11d45e8d53ab ("nixos: move matrix services into their category")
* | | | | | | | | Merge pull request #222584 from IndeedNotJames/nixos-consulSandro2023-03-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nixos/tests/consul: stop consul cleanlyIndeedNotJames2023-03-22
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the flakyness of the test. Forcefully killing the consul process can lead to a broken `/var/lib/consul/node-id` file, which will prevent consul from starting on that node again. See https://github.com/hashicorp/consul/issues/3489 So instead of crashing the whole node, which leads to this corruption from time to time, we kill the networking instead, preventing any cluster communication and then cleanly stop consul.
* | | | | | | | | nixos/podman: add example to enable network dnsSandro Jäckel2023-03-27
| | | | | | | | |
* | | | | | | | | Merge pull request #212599 from SuperSandro2000/podman-cleanupSandro2023-03-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nixos/podman: remove unused mkMergeSandro Jäckel2023-02-03
| | | | | | | | | |
* | | | | | | | | | Merge pull request #221643 from Tungsten842/wireshark-capabilitiesSandro2023-03-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nixos/wireshark: set the correct capabilitiesTungsten8422023-03-17
| | | | | | | | | | |
* | | | | | | | | | | nixos/nftables: add release notes for checkRuleset option (#223283)Jian Lin2023-03-26
| | | | | | | | | | |
* | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-03-26
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #223182 from dotlambda/nextcloud-x-robots-tagMaximilian Bosch2023-03-26
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/nextcloud: set X-Robots-Tag to "noindex, nofollow"
| | * | | | | | | | | | nixos/nextcloud: set X-Robots-Tag to "noindex, nofollow"Robert Schütz2023-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream did so in https://github.com/nextcloud/server/pull/36689 and Nextcloud now complains that The "X-Robots-Tag" HTTP header is not set to "noindex, nofollow". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.
* | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-03-26
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #185528 from alois31/gdk-pixbuf-modulesK9002023-03-26
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/gdk-pixbuf: move GDK_PIXBUF_MODULE_FILE to sessionVariables
| | * | | | | | | | | | | nixos/gdk-pixbuf: move GDK_PIXBUF_MODULE_FILE to sessionVariablesAlois Wohlschlager2023-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some environments do not load /etc/profile, so environment.variables do not work. In particular, this is the case for Plasma Wayland. Use environment.sessionVariables for setting that variable instead, which is handled by PAM and hence more reliable.
| * | | | | | | | | | | | Merge pull request #223234 from Atemu/mesa-multi-versionK9002023-03-26
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/opengl: fix wrong function application
| | * | | | | | | | | | | | nixos/opengl: fix wrong function applicationAtemu2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No idea how that one slipped through. Thanks for catching @maxeaubrey!
* | | | | | | | | | | | | | Merge branch 'master' into staging-nextVladimír Čunát2023-03-26
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #217883 from Atemu/mesa-multi-versionK9002023-03-26
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mesa_23: init at 23.0.1
| | * | | | | | | | | | | | nixos/opengl: mesa_22 -> mesa_23Atemu2023-03-25
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | mesa: provide patch versionsAtemu2023-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to bump the mesa attribute (used by many packages, see https://github.com/NixOS/nixpkgs/issues/218232) independently from the packages used by NixOS users.
| | * | | | | | | | | | | | nixos/opengl: add mesaPackage optionAtemu2023-03-25
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-03-26
|\| | | | | | | | | | | |
| * | | | | | | | | | | | nixos/kanata: notify systemd when starting up is finishedLin Jian2023-03-25
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - set service type to notify - allow unix socket which is needed by systemd notify
* | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-03-25
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #221877 from ambroisie/woodpecker-agentspennae2023-03-25
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | nixos/woodpecker: refactor to multi-agents setup
| | * | | | | | | | | | nixos/woodpecker-*: add myself as maintainerBruno BELANYI2023-03-23
| | | | | | | | | | | |
| | * | | | | | | | | | nixos/woodpecker-agents: per-agent 'enable' optionBruno BELANYI2023-03-23
| | | | | | | | | | | |
| | * | | | | | | | | | nixos/woodpecker-agents: bind network filesBruno BELANYI2023-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the agent might experience trouble with DNS resolution [1]. [1]: https://github.com/woodpecker-ci/plugin-git/issues/65
| | * | | | | | | | | | nixos/woodpecker-agents: simplify 'extraGroups' handlingBruno BELANYI2023-03-23
| | | | | | | | | | | |
| | * | | | | | | | | | nixos/woodpecker-agents: use list for environment filesBruno BELANYI2023-03-23
| | | | | | | | | | | |
| | * | | | | | | | | | nixos/woodpecker: refactor to multi-agents setupBruno BELANYI2023-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The module file has been renamed from `agent.nix` to `agents.nix` to mirror the change.