about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-05-04nixos/networkmanager: fix incorrect documention about `extraConfig`sanxus1-1/+1
2024-05-03nixos/prometheus-bitcoin-exporter: expose package option0xb10c1-1/+3
2024-05-03Merge master into staging-nextgithub-actions[bot]5-115/+54
2024-05-03heisenbridge: Drop piegames from maintainerspiegames1-1/+1
2024-05-03conduit: Drop piegames from maintainerspiegames1-1/+1
2024-05-03Merge pull request #308335 from bbigras/promtailPol Dellaiera1-0/+4
nixos/promtail: check-syntax in preStart
2024-05-03Merge pull request #308500 from bobrippling/nixos-module-cleanup-ebusdYt1-113/+46
nixos/ebusd: clean up module
2024-05-03Merge pull request #306417 from nu-nu-ko/update-wpaperdAleksana1-0/+2
wpaperd: 0.3.0 -> 1.0.1 & mv to by-name
2024-05-03nixos/ebusd: clean up moduleRob Pilling1-113/+46
2024-05-03nixos/plasma6: add CAP_SYS_NICE for kwin_waylandoxalica1-0/+9
This makes kwin_wayland successfully gain SCHED_RR priority, which significantly improves the rendering lag, ie. cursor movement and desktop animations, under heavy CPU load like on compilation. This was already enabled for plasma5 but is not for plasma6 somehow.
2024-05-03Release Notes: breaking wpaperd config change in 1.0.+nuko1-0/+2
2024-05-03Merge master into staging-nextgithub-actions[bot]28-473/+123
2024-05-02doc: fixup release notes entry for clatdJared Baur1-1/+1
2024-05-02nixos/xserver: Remove with statementsJan Tojnar3-19/+16
They masked the evaluation error caused by removal of `defaultSessionFromLegacyOptions` variable in 6be2bfcc32d5ee203acf3b85354f5028c8bb50eb
2024-05-02nixos/xserver: Remove {desktop,window}Manager.default optionsJan Tojnar4-57/+1
These have been deprecated since NixOS 20.03. Also fixes evaluation error caused by moving the `defaultSessionFromLegacyOptions` variable in 6be2bfcc32d5ee203acf3b85354f5028c8bb50eb
2024-05-02doc: Use substitute --replace-fail in manualsJan Tojnar1-4/+4
This fixes a warning about --replace being deprecated.
2024-05-02nixos/gnome: Remove global with expressionsJan Tojnar22-145/+102
The can potentially mask evaluation errors due to laziness of variable access within.
2024-05-02nixos/gnome: Remove deprecated aliasesJan Tojnar23-248/+0
2024-05-02nixos/clatd: remove invalid startLimitIntervalSecJared Baur1-1/+0
The `startLimitIntervalSec` option is not valid under `serviceConfig`.
2024-05-02nixos/top-level: Rename `system.forbiddenDependenciesRegex` to ↵Christian Kampka4-15/+16
`system.forbiddenDependenciesRegexes` and turn it in to a list. The current setting of system.forbiddenDependenciesRegex is a string, meaning only one such regex as any additional setting would result in conflicts. As maintainers have already started using this setting eg. in profiles, it would be good if this setting would accept a list of regex to allow the end user to make use of it in addition to package maintainers.
2024-05-02Merge master into staging-nextgithub-actions[bot]9-26/+316
2024-05-02Merge #305764: nixos/gitlab: Add a second database connectionnicoo1-15/+31
2024-05-02nixos/grub: fix documentation for `boot.loader.grub.theme` (#305663)Anomalocaridid1-3/+2
Closes #233865. Currently, the documentation for `boot.loader.grub.theme` misleadingly implies that it needs a package for a grub theme instead of a path to a grub theme.
2024-05-02nixos/podman: Create docker socket symlink via socket unit (#305803)Robert Hensing1-5/+5
This ensures that both "sockets" are available after sockets.target. See https://github.com/hercules-ci/arion/issues/238
2024-05-02Merge #305844: add clatd module and nixos testnicoo5-0/+275
2024-05-02nixos/trust-dns: fix invalid default for `settings.zones` option (#308513)Colin Sane1-3/+3
and fix a few documentation typos while here.
2024-05-02Merge master into staging-nextgithub-actions[bot]12-171/+279
2024-05-02Merge pull request #308286 from adamcstephens/kanidm/1.2.0Ilan Joselevich1-11/+8
kanidm: 1.1.0-rc.16 -> 1.2.0
2024-05-02mkosi: 21 -> 22Paul Meyer1-3/+5
2024-05-02Merge pull request #280940 from e1mo/fix-parsedmarc-smtp-toSandro1-4/+4
2024-05-02Merge pull request #305386 from tbleiker/znapzendJanne Heß1-0/+10
znapzend: add --mailErrorSummaryTo
2024-05-02Merge pull request #302570 from evenbrenden/jottad-serviceSandro6-0/+99
2024-05-02Merge pull request #273233 from SuperSandro2000/oauth2-proxySandro4-155/+155
nixos/oauth2-proxy{,-nginx}: renamed from oauth2_proxy, also renamed the servi…
2024-05-02Merge branch 'master' into staging-nextVladimír Čunát8-26/+71
2024-05-02nixos/all-tests: skip hibernate test for nowK9001-1/+3
QEMU 8.2.3 crashes when hibernating. Disable the test for now to allow channels to advance again.
2024-05-01nixos/promtail: check-syntax in preStartBruno Bigras1-0/+4
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2024-05-02Merge pull request #308277 from bobby285271/upd/homepageBobby Rong1-1/+1
treewide: Move away from wiki.gnome.org (part 2)
2024-05-01Merge pull request #298327 from bobrippling/feat/ebusd-log-noneYt1-12/+12
nixos/ebusd: permit "none" as a log level
2024-05-01Merge pull request #308241 from rnhmjoj/pr-libreswanMichele Guerini Rocco1-3/+3
libreswan: 4.15 -> 5.0
2024-05-01Merge pull request #308092 from Stunkymonkey/mailman-chmod-installPol Dellaiera1-7/+4
nixos/mailman: prefer 'install' over 'chmod/chown'
2024-05-01nixos/logrotate: typo in option name fixed (#307788)Birk1-1/+1
2024-05-01Merge pull request #307464 from tomfitzhenry/ssh-minimalThomas Gerbet2-1/+49
openssh: fix linkOpenSSL=false by linking libxcrypt
2024-05-01Merge pull request #307553 from SuperSandro2000/gst-plugins-good-noxSandro1-1/+1
nixos/no-x-libs: disable more GUIs for gst_all_1.gst-plugins-good
2024-05-01Merge master into staging-nextgithub-actions[bot]6-46/+125
2024-05-01Merge pull request #308303 from Lynnaut/nginx-acmepennae1-1/+2
nixos/nginx: don't add .well-known locations for acme when using DNS-01
2024-05-01Merge pull request #308300 from Lynnaut/vaultpennae1-2/+2
nixos/vault: change type and default of devRootTokenID
2024-05-01doc/release-notes: next batch of release note cleanups (#308279)Jacek Generowicz1-25/+25
2024-05-01Merge pull request #308233 from Tom-Hubrecht/postgres-libsuperherointj1-5/+28
nixos/postgresql: Remove toplevel `with lib;`
2024-05-01nixos/openrazer: add additional battery notifier options (#273761)Noah S-C1-10/+54
2024-05-01nixos/nginx: don't add .well-known locations for acme when using DNS-01 ↵Lynn1-1/+2
challenge