about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-03-17engelsystem: 3.4.1 -> 3.5.0Patka1-1/+3
Release notes: https://github.com/engelsystem/engelsystem/releases/tag/v3.5.0
2024-03-17Merge pull request #292993 from wolfgangwalther/postgresql-refactorMaximilian Bosch2-2/+2
postgresql: refactor and cleanup
2024-03-17Merge pull request #295891 from Stzx/pinentry-conflictSandro5-5/+5
pinentry: fix DM option and user conflict
2024-03-16Merge pull request #295376 from adamcstephens/incus/test-zfsAdam C. Stephens2-0/+47
nixos/tests/incus: add storage test and exercise zfs integration
2024-03-16nixos/pretix: make state directory world-readableMartin Weinelt1-1/+2
Pretix creates static files in its state directory, that nginx needs to serve, so locking down the permissions that hard is not going to work.
2024-03-16Merge pull request #296009 from Atemu/steamcompattoolsAtemu1-3/+10
proton-ge-bin: init at 9-1, nixos/steam: use steamcompattool output for extraCompatPackages
2024-03-16Merge pull request #296229 from NickCao/pdnsRobert Scott1-0/+2
pdns: 4.8.4 -> 4.9.0
2024-03-16Merge pull request #296463 from MinerSebas/scrutiny-splitJon Seager1-38/+38
2024-03-16doc: fix and simplify stylesheets for the manuals, fix nrd bug (#295847)Daniel Sidhion1-2/+5
* doc: fix and simplify stylesheets for the manuals, fix nrd bug * Add anchorjs script to add links on section headers * Fix another nrd bug, address style changes * Use span instead of a for inline span syntax
2024-03-16pdns: 4.8.4 -> 4.9.0Nick Cao1-0/+2
Changelog: https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.0 Upgrade Notes: https://doc.powerdns.com/authoritative/upgrading.html#to-4-9-0
2024-03-16Merge pull request #296465 from Janik-Haag/networkmanager-ensure-profilesPol Dellaiera1-3/+2
nixos/networkmanager: ensure-profiles, make sure networkmanager is running
2024-03-16nixos/networkmanager: ensure-profiles, make sure networkmanager is runningJanik H.1-3/+2
2024-03-16nixos/scrutiny: Order scrutiny.service after influxdb2.serviceMinerSebas1-1/+2
2024-03-16nixos/scrutiny: Dont enable influxdb when only using scrutiny-collectorMinerSebas1-38/+37
2024-03-16nixos/steam: provide example in extraCompatPackagesAtemu1-0/+5
2024-03-16nixos/steam: use steamcompattool output for extraCompatPackagesAtemu1-3/+5
This sets a standard for Steam compat tools in NixOS where they must have the compat tool in a special steamcompattool output. proton-ge-bin was adjusted to conform with it.
2024-03-16Merge pull request #294493 from endgame/ec2-image-ssm-agentArian van Putten2-0/+6
nixos/amazon-image: Enable Amazon SSM Agent by default
2024-03-16Merge pull request #292477 from nu-nu-ko/nixos-komga-hardeningGuillaume Girol1-61/+84
nixos/komga: add service hardening and misc format changes.
2024-03-16Merge pull request #296180 from mweinelt/pretixMartin Weinelt5-0/+630
pretix: init at 2024.2.0
2024-03-16Merge pull request #296164 from bubuntux/ivsc-optionJörg Thalheim1-1/+4
Add ivsc-firmware to ipu6 option
2024-03-16nixos/tests/pretix: initMartin Weinelt2-0/+48
2024-03-16nixos/pretix: initMartin Weinelt3-0/+582
2024-03-16Merge pull request #289062 from bobby285271/upd/mateBobby Rong5-52/+154
MATE 1.28
2024-03-16Merge pull request #295837 from abysssol/ollama-env-varsPol Dellaiera1-24/+36
nixos/ollama: add option to set environment variables
2024-03-16Merge pull request #296347 from bobby285271/upd/budgie-testsBobby Rong1-9/+35
nixosTests.budgie: Extend the test
2024-03-16nixosTests.budgie: Extend the testBobby Rong1-9/+35
2024-03-15nixos/tests/incus: add storage test and exercise zfs integrationAdam Stephens2-0/+47
2024-03-15Merge pull request #278064 from symphorien/nix_config_extraGuillaume Girol3-1/+27
nixos/nix: add workaround for https://github.com/NixOS/nix/issues/9487
2024-03-15Merge pull request #296183 from laalsaas/etebase-server-fixPol Dellaiera1-0/+1
etebase-server: create required tmpdir
2024-03-15postgresql: refactor to remove "this" argumentWolfgang Walther1-1/+1
This was proposed by abbradar in #150801, but left out of the follow up PR #221851 by Ma27 to reduce the size of the diff. Compared to the initial proposal this includes the callPackage call in the recursion, which avoids breaking the withJIT/withoutJIT helpers. In terms of nixpkgs, this is a pure refactor, no derivations change. However, this makes downstream expressions like the following possible: (postgresql.override { jitSupport = true; }).pkgs.postgis This would have not worked before without passing another "this" argument, which is error prone as can be seen in this example: https://github.com/PostgREST/postgrest/pull/3222/files
2024-03-15postgresql: refactor to pass jitSupport/llvm via scope instead of passthruWolfgang Walther1-1/+1
This makes it less error-prone to use the llvm package in extensions, because it will always match the package used by the postgresql derivation itself. Previously, you could've accidentally used llvm instead of postgresql.llvm with a different result.
2024-03-15Merge pull request #292473 from ↵Maximilian Bosch1-1/+2
networkException/fix-synapse-unix-socket-permissions nixos/matrix-synapse: allow synapse to write to directories of unix socket paths
2024-03-15nixos/resolvconf: add `::1` as local dns resolverJanik H.1-0/+2
2024-03-15etebase-server: create required tmpdirlaalsaas1-0/+1
2024-03-15Merge pull request #294258 from mkg20001/oil-fixMaciej Krüger1-1/+1
oil: apply renames as requested by upstream
2024-03-15Add ivsc-firmware to ipu6 optionJulio Gutierrez1-1/+4
2024-03-15Merge pull request #295342 from pbsds/spotifyd-url-1710255988Peder Bergebakken Sundt1-2/+2
nixos/spotifyd: update configuration documentation url
2024-03-14Merge pull request #292533 from flyingcircusio/init-postgresql-anonymizerMario Rodas2-0/+95
postgresqlPackages.anonymizer: init at 1.3.1; add me & osnyx to flyingcircus team
2024-03-15Merge pull request #296019 from bobby285271/upd/budgieBobby Rong1-1/+1
nixos/budgie: Fix default fonts
2024-03-15nixos/budgie: Fix default fontsBobby Rong1-1/+1
Always install noto fonts and hack font.
2024-03-14Merge pull request #295443 from ck3d/machinectl-routableChristian Kögler1-3/+38
nixos.test.machinectl: add routable network and shared store
2024-03-14nixos/tests/machinectl: Add declarative shared containerChristian Kögler1-2/+17
2024-03-14Merge pull request #295932 from Kranzes/nextcloudIlan Joselevich1-1/+0
nixos/nextcloud: remove opcache.enable_cli=1
2024-03-14nixos/nextcloud: remove opcache.enable_cli=1Ilan Joselevich1-1/+0
Upstream no longer recommends enabling the opcache cli. See the following: - https://github.com/nextcloud/documentation/issues/1439 - https://github.com/nextcloud/server/pull/15468
2024-03-14nixos/rl-2405: Mention desktop environment updates I've done so farBobby Rong1-1/+6
Too lazy to open a new PR for Cinnamon, hopefully fine since I maintain both DEs.
2024-03-14nixosTests.mate-wayland: initBobby Rong2-0/+64
2024-03-14nixosTests.mate: Add trivial tests for MATE 1.28 changesBobby Rong1-0/+9
2024-03-14nixos/mate: Add enableWaylandSession optionBobby Rong1-50/+61
Make this an opt-in for now since the session is in early stage and introduces a new set of wayfire closure.
2024-03-14nixos/mate: Add extraPanelApplets, extraCajaExtensions optionBobby Rong1-0/+20
Hopefully this is more user-friendly.
2024-03-14mate: Install mate-panel-with-applets by defaultBobby Rong1-4/+0