about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-04-30Merge pull request #307867 from kylecarbs/coder-maintainerssuperherointj2-3/+2
coder: add kylecarbs to maintainers
2024-04-30Merge pull request #287821 from ajamtli/qemu-vm-virtfs-security-modelMichele Guerini Rocco1-1/+17
nixos/qemu-vm: add option to specify security model to use for a shared directory
2024-04-29nixos/switch-to-configuration: fix dbus implementation used for testJared Baur1-8/+13
Makes the switch-test work with both dbus server implementations.
2024-04-29nixos/tests/coder: sync maintainers to coder packageKyle Carberry1-3/+1
2024-04-29nixos/coder: sync maintainers to coder packageKyle Carberry1-0/+1
2024-04-29nixos/faster-whisper: set model download path (#307664)Pierre Penninckx1-0/+2
Fix inspired from this issue: https://github.com/rhasspy/wyoming-faster-whisper/issues/27
2024-04-29Merge pull request #307731 from flokli/revert-dbus-broker-defaultFlorian Klink2-3/+1
Revert "dbus: Switch default implementation to broker"
2024-04-29nixos/lib/qemu-common: add riscv{32,64}-linux to qemu guest matrixstove1-0/+2
2024-04-29Revert "dbus: Switch default implementation to broker"Florian Klink2-3/+1
This reverts commit e827697fd3435b458a759ef0b92de7f26624b910. This seems to cause various issues during system activation, as reported in https://github.com/NixOS/nixpkgs/issues/302771 for example. Due to being close to branchoff, revert this for now. We'll open a tracking issue to collect and sort out remaining issues.
2024-04-29Merge pull request #301064 from SuperSandro2000/redis-thpFlorian Klink2-6/+7
nixos/redis: enable vmOverCommit by defaul; don't disable transparent hugepages
2024-04-29Merge pull request #306339 from Mic92/systemd-bootJörg Thalheim1-12/+14
nixos/systemd-boot: avoid expensive mypy builds on configuration changes
2024-04-29Merge pull request #307130 from toastal/movim-no-parallelJörg Thalheim1-12/+10
movim: include authentication patch & remove parallel dependency
2024-04-29Merge pull request #292115 from hcsch/wireplumber-extra-configK9001-24/+159
nixos/wireplumber: add `extraConfig` / `extraScripts` options for WirePlumber 0.5
2024-04-28nixos/release-notes: add redis vmOverCommit entrySandro Jäckel1-0/+2
2024-04-28nixos/redis: don't disable transparent hugepagesSandro Jäckel1-4/+3
Since https://github.com/redis/redis/pull/4001 included in 6.2.0 transparent hugepages works when being set to madvise which is the NixOS and upstream recommended default.
2024-04-28nixos/redis: enable vmOverCommit by default as recommended by redis itselfSandro Jäckel1-2/+2
> WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. > Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. > To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
2024-04-28Merge pull request #307440 from vcunat/p/knot-serviceMartin Weinelt1-1/+1
nixos/knot: use a more precise type for .settings
2024-04-28nixos/vmagent: use dynamic user and cache directoryLeona Maroni2-48/+50
2024-04-28nixos/vmagent: remove global `with lib;`Leona Maroni1-21/+21
2024-04-28movim: remove parallel dependencytoastal1-12/+10
Currently there is an issue with $PATH & parallel causing build errors. It’s probably best to just remove the dependency where bash forking is good enough here.
2024-04-28nixos/knot: use a more precise type for .settingsVladimír Čunát1-1/+1
See discussion on PR #304373
2024-04-28Merge pull request #277626 from nbraud/nixos/pam/ssh-agent-auth-31611-fixThomas Gerbet2-7/+15
nixos/pam: Use secure default for `sshAgentAuth.authorizedKeysFiles`
2024-04-28nixos/doc: fix typo in abstractions.section.md (#305836)IBeTheBlueCat1-1/+1
I found this while perusing the manual thinking about whether or not to install NixOS on my new laptop. It threw me for a loop for a second but as best I can tell this meant to be ".org" like the rest of the example, and not ".com"
2024-04-27Merge pull request #304902 from SuperSandro2000/libinput-xserverSandro21-30/+36
nixos/libinput: move out of xserver
2024-04-27Merge pull request #305853 from virchau13s-forks/isolate-moduleGuillaume Girol5-0/+175
isolate: add module and module tests
2024-04-27Merge pull request #307278 from andrew-d/andrew/remove-myselfSandro1-1/+1
maintainers: remove andrew-d as a maintainer
2024-04-27Merge pull request #307264 from ↵Martin Weinelt1-1/+2
pks-t/pks-matrix-appservice-irc-fix-chown-registration-yml nixos/matrix-appservice-irc: fix chown of registration.yml in pre-script
2024-04-27maintainers: remove andrew-d as a maintainerAndrew Dunham1-1/+1
I am deeply saddened at the fact that I need to do this. I have no interest in re-litigating everything that has happened over the past weeks and months, but I want to make my position(s) extremely clear: The thought of any of my work contributing to someone's death by drone makes me feel physically ill. Recent communications from senior members of the NixOS community have made it clear that leadership is unaware or uninterested in the basics of how to run and moderate a community in a way that is resilient to bad actors. The recent post by @edolstra is tone-deaf and gives me no confidence that the Nix/NixOS community is a place that I want to remain involved in going forward. I am thus choosing to remove myself from such a community. I also hereby resign from the ACME team. See also: #307033 Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
2024-04-27nixos/matrix-appservice-irc: fix chown of registration.yml in pre-scriptPatrick Steinhardt1-1/+2
Before the startup, the matrix-appservice-irc service sets up the registration file such that it can be used by matrix-synapse. Part of that setup requires us to change the group of said file so that the home server can read it. Consequently, we need CAP_CHOWN and require that the @chown system calls are allowed. While we supposedly set up both of these, the setup of system calls is broken as we have both an allow and a deny list of syscalls. But while the allow list contains "@chown", the deny list contains "@privileged" which contains "@chown" itself. So ultimately, we end up denying "@chown". Fix this issue by specifying "@chown" after the deny list.
2024-04-27nixos/akkoma: Don't warn if no installWrapperAmelia Cuss1-1/+1
Currently the installWrapper warning is issued if sudo (and sudo-rs) aren't installed. This is fine, except we get the warning even if we explicitly turn off installWrapper -- say, for this very reason! Rather than warning on every build until either sudo is installed or Akkoma is uninstalled, only warn if cfg.installWrapper is true.
2024-04-27nginx-sso: add ambroisie as maintainerBruno BELANYI1-1/+1
This includes the NixOS test as well.
2024-04-27nixos/oauth2_proxy_nginx: fix URL escapingK9001-2/+2
2024-04-27Merge pull request #306054 from Sigmanificient/qtile-testsAleksana2-0/+35
qtile: add passthru tests
2024-04-27maintainers: remove delrothPierre Bourdon2-2/+2
2024-04-27Merge pull request #307155 from JohnRTitor/hyprland-moduleJörg Thalheim1-0/+18
nixos/hyprland: Set environment variables for Hyprland to work better
2024-04-27nixos/hyprland: Set environment variables for Hyprland to work betterJohn Titor1-0/+18
XDG vars set to Hyprland GTK and QT backend set to wayland (preferred), with x11 as fallback Java AWT fix for tiling window managers
2024-04-26maintainers: remove twitchyliquid64Tom1-1/+1
Yall won't miss me. The packages I leave orphaned are trivially updated as dependents need the new versions. But passively endorsing the direction this organization and its leadership is something I can't do. To those who still have faith in turning this around, you da real MVP 🖖
2024-04-27Merge pull request #306608 from Tom-Hubrecht/netbird-coturnSarah Brofeldt1-3/+3
nixos/netbird: Fix configuration of coturn server
2024-04-27doc/release-notes: towards uniform style (#306235)Jacek Generowicz1-47/+47
* Minor tweaks to note text * Elide "The" before attribute names at start of notes * Turn version numbers into code blocks * Turn branding into attribute names * Add TODOs * Turn code-block version numbers into plain text ... following discussion on Matrix. --------- Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-04-27Merge pull request #306046 from misuzu/maintainersWeijia Wang4-4/+4
{gotosocial,castopod,swapspace,psi-plus,kmon}: remove misuzu from maintainers
2024-04-26Merge pull request #307033 from danderson/clerical-errorRyan Mulligan3-3/+3
Leave the Determinate Systems community
2024-04-26Merge pull request #301564 from adamcstephens/lxc/6Adam C. Stephens3-9/+16
lxc: 5.0.3 -> 6.0.0
2024-04-26Merge pull request #306341 from adamcstephens/forgejo/7Adam C. Stephens1-3/+3
forgejo: 1.21.11-1 -> 7.0.0
2024-04-26maintainers: drop dandersonDave Anderson3-3/+3
2024-04-26Merge pull request #306535 from khaneliman/wshowkeysPol Dellaiera1-15/+19
wshowkeys: add cfg.package option
2024-04-26Merge pull request #305925 from trofi/redlib.tests-fix-evalMaxine Aubrey1-0/+1
redlib.tests: fix eval
2024-04-26Merge pull request #306938 from K900/oauth2-proxy-parametrizedK9001-6/+46
nixos/oauth2_proxy_nginx: allow passing parameters to auth endpoint
2024-04-26Merge pull request #266540 from surfaceflinger/hardened-malloc-lightPeder Bergebakken Sundt1-2/+17
graphene-hardened-malloc: migrate to by-name, build light variant
2024-04-26nixos/oauth2_proxy_nginx: allow passing parameters to auth endpointK9001-6/+46
2024-04-26Merge pull request #306761 from Cryolitia/sunshineAleksana1-1/+8
nixos/sunshine: add autoStart attr