about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-05-07Merge pull request #309099 from rorosen/package-k3s-kilallsuperherointj1-0/+12
k3s: package k3s-killall script
2024-05-07Merge pull request #309836 from cyberus-technology/fix-nixos-plausible-unitLeona Maroni1-1/+1
nixos/plausible: fix unit start script
2024-05-07plausible: take take-plausible-maintainershipAlexander Sieg1-1/+1
2024-05-07nixos/plausible: fix unit start scriptAlexander Sieg1-1/+1
In 8bb777ee378082942231f63a035923a475538030 a condition was added to only execute the createdb.sh script if database setup was configurated. However a superfluace " was added at the end of the line which cased an escaping error the resulted in #309520. Fixes #309520
2024-05-07Merge pull request #309572 from SuperSandro2000/307498-followupBasti1-3/+3
nixos/containers: set storage.settings via mkDefault
2024-05-07k3s: package k3s-killall scriptRobert Rose1-0/+12
Provide the k3s-killall.sh script for orderly shutdown of k3s.
2024-05-07Merge pull request #309550 from linj-fork/pr/kanata-check-config-at-build-timePol Dellaiera1-8/+14
nixos/kanata: check the config file at build time
2024-05-07Merge pull request #309534 from getchoo/nixos/fish/package-optionPol Dellaiera3-4/+10
nixos/fish: add `package` option
2024-05-07nixos/fish: disable logrotate service in module testseth1-0/+2
headstart on https://github.com/NixOS/nixpkgs/pull/267880
2024-05-07nixos/fish: add `package` optionseth2-4/+8
2024-05-07Merge pull request #309609 from linj-fork/pr/kanata-module-docLin Jian1-21/+10
nixos/kanata: improve doc
2024-05-07nixos/clfswm: use sbclPackages - lispPackages was removedKasper Gałkowski1-1/+1
2024-05-07lisp-modules: mention common-lisp.sh API removal in release notesKasper Gałkowski1-0/+2
2024-05-07archi: removed OCR welcome checkpaumr1-1/+3
2024-05-07Merge pull request #309424 from NixOS/ReadWriteDirectories-ReadWritePathsNiklas Hambüchen4-4/+5
nixos/{zoneminder,caddy,traefik}: ReadWriteDirectories -> ReadWritePaths
2024-05-07treewide: ReadWriteDirectories -> ReadWritePaths.Niklas Hambüchen4-4/+4
These were renamed in systemd v231: https://github.com/systemd/systemd/commit/2a624c36e646e9ef8d204a506b12e7dbd380e111
2024-05-06Merge pull request #309611 from lovesegfault/fix-oauth2-proxyBernardo Meurer1-1/+1
nixos/oauth2-proxy: fix missing `lib.`
2024-05-06Merge pull request #301827 from kampka/forbiddenDependenciesRegexArtturin4-15/+16
nixos/top-level: Turn `system.forbiddenDependenciesRegex` into a list
2024-05-06nixos/oauth2-proxy: fix missing `lib.`Bernardo Meurer1-1/+1
2024-05-07nixos/kanata: replace deflayer with deflayermap in config exampleLin Jian1-16/+5
IMHO, this style is more intuitive.
2024-05-07nixos/kanata: improve links to the upstream documentationLin Jian1-4/+4
2024-05-07nixos/kanata: improve example of the package optionLin Jian1-1/+1
Before this patch, it is rendered as "Example: kanata-with-cmd". With this patch applied, it is "Example: pkgs.kanata-with-cmd".
2024-05-06nixos/systemd-lib: fix assertRangeOrOneOf when value is not comparableJared Baur1-1/+2
We cannot compare non-numerical values to a min or max value in a range.
2024-05-06nixos/containers: set storage.settings via mkDefaultSandro Jäckel1-3/+3
to make them easily overwriteable, aka without mkForce
2024-05-06Merge pull request #309363 from adamcstephens/patroni/3.3.0Adam C. Stephens1-1/+1
patroni: 2.1.3 -> 3.3.0
2024-05-06nixos/kanata: check the config file at build timeLin Jian1-8/+14
Before this patch, checking the config file is done at runtime. Doing so at build time shortens the feedback loop[1][2]. [1]: https://github.com/NixOS/nixpkgs/issues/278135 [2]: https://github.com/jtroo/kanata/issues/689
2024-05-06Merge pull request #309304 from Ma27/nc-davSandro3-8/+4
2024-05-06nixos/tests: disable logrotate service by default in testsIzorkin2-41/+51
2024-05-06nixos/terminfo: always use buildPlatform's terminfo (#309108)Jared Baur1-1/+1
Many terminal packages don't cross compile, so the `terminfo` NixOS module was not usable for nixos configurations that are cross-compiled. Terminfo files (AFAIK) are small files that contain data about terminal capability, so they should never have any runtime dependencies that would cause any executables or otherwise incompatible outputs from the `buildPlatform` to leak into the nixos config's closure.
2024-05-06Merge pull request #297122 from katexochen/mkosi/22Paul Meyer1-3/+5
mkosi: 20.2 -> 22; use --replace-fail on substituteInPlace
2024-05-06nixos/caddy: Comment why ExecStart is resetNiklas Hambüchen1-0/+1
2024-05-06nixos/ssh: Make `~/.ssh/authorized_keys` optional in AuthorizedKeysFiles ↵nicoo2-1/+23
(#279894)
2024-05-05nixos/openrazer: properly rename mouseBatteryNotifier optionSandro Jäckel1-16/+5
2024-05-05Merge pull request #309324 from evenbrenden/move-jotta-cliSandro4-6/+6
nixos/jotta-cli: move to services.jotta-cli
2024-05-05patroni: 2.1.3 -> 3.3.0Adam Stephens1-1/+1
https://github.com/zalando/patroni/blob/v3.3.0/docs/releases.rst#version-330
2024-05-05Merge pull request #309318 from oxalica/feat/plasma6-kwin-wayland-niceK9001-0/+9
nixos/plasma6: add CAP_SYS_NICE for kwin_wayland
2024-05-05Merge pull request #309068 from SuperSandro2000/dbus-brokerFlorian Klink2-0/+15
nixos/dbus: fix switching from dbus-broker to dbus
2024-05-05Merge pull request #306655 from devusb/sunshine-updateAndré Silva1-3/+3
sunshine: 0.23.0 -> 0.23.1
2024-05-05nixos/jotta-cli: move to services.jotta-cliEven Brenden4-6/+6
2024-05-05nixos/rl-2405: document that in some cases no photos are shown in NextcloudMaximilian Bosch1-1/+2
2024-05-05nixos/nextcloud: add trailing slashes to carddav/caldav redirectMaximilian Bosch2-7/+2
This seems to solve the problem with the warning about carddav/caldav redirects being broken.
2024-05-05Merge pull request #309291 from qubitnano/pr/mongodb-avx-reqWeijia Wang1-0/+2
nixos/release-notes: add avx cpu requirement for mongodb_5.0 and newer
2024-05-05Merge pull request #309149 from linj-fork/pr/kanata-bumpWeijia Wang1-1/+1
kanata: 1.6.0 -> 1.6.1
2024-05-05nixos/release-notes: add avx cpu requirement for mongodb_5.0 and newerqubitnano1-0/+2
https://www.mongodb.com/docs/v5.0/administration/production-notes/#platform-support-notes
2024-05-05nixos/mautrix-signal: add moduleNiklas Korz3-0/+252
2024-05-05nixos/display-managers: fix assertionSandro Jäckel1-1/+1
2024-05-05kanata: 1.6.0 -> 1.6.1Lin Jian1-1/+1
2024-05-04nixos/keycloak: pass --verbose to starting keycloakJade Lovelace1-1/+1
This sets the exception handler to show the full exception on startup. We don't think it does anything else, with respect to logging, for instance. Everything else can be configured in the config file, and this is plain reasonable to simply always enable in our view.
2024-05-04nixos/intel-gpu-tools: init basic security wrapperKira Bruneau3-0/+28
2024-05-05Merge pull request #308946 from eclairevoyant/revert-hyprland-envvarsJörg Thalheim1-18/+0
nixos/hyprland: revert setting environment variables globally