Janne Heß
bc9b484db8
Merge pull request #232230 from oddlama/fix-activation-template-unit-specializations
...
Fix detection of changed template unit specializations in switch-to-configuration.pl
2023-08-16 13:46:45 +02:00
WilliButz
da5c3bde30
Merge pull request #248405 from fpletz/pkgs/mediamtx-1.0.0
...
mediamtx: 0.23.8 -> 1.0.0, refactor module, add test
2023-08-16 11:30:18 +02:00
Nikolay Korotkiy
6f46c37d92
nixosTests.agate: switch to using gemget
2023-08-16 01:26:54 +04:00
Pol Dellaiera
11f3cbc0c3
Merge pull request #246181 from jvanbruegge/haproxy-package
...
nixos/haproxy: allow to specify haproxy package
2023-08-15 19:46:13 +02:00
Maximilian Bosch
609397e683
Merge pull request #249308 from r-ryantm/auto-update/prometheus-smartctl-exporter
...
prometheus-smartctl-exporter: 0.9.1 -> 0.10.0
2023-08-15 16:27:32 +02:00
Maximilian Bosch
2b42b842ed
nixos/prometheus-exporters: fix smartctl test
2023-08-15 15:44:45 +02:00
Silvan Mosberger
be9b7ddbdc
Merge pull request #246447 from 999eagle/update/invidious
...
invidious: unstable-2023-06-06 -> unstable-2023-08-07
2023-08-15 14:05:19 +02:00
Jan van Brügge
90da2c1223
nixos/haproxy: allow to specify haproxy package
2023-08-15 12:24:55 +01:00
Kerstin
f65301cdd3
Merge pull request #219700 from h7x4/kanidm-add-package-option
...
nixos/kanidm: add package option
2023-08-15 12:06:11 +02:00
Michele Guerini Rocco
e7a57d07a8
Merge pull request #248390 from sersorrel/picom-package
...
nixos/picom: add `package` option
2023-08-15 11:05:35 +02:00
Sophie Tauchert
1a3b7f61b2
nixos/invidious: generate hmac_key automatically
...
This change also generates the invidious config by putting JSON
snippets into a bash array and then using jq to merge them all into
a single configuration where later elements override previous
elements.
2023-08-15 10:48:30 +02:00
h7x4
655a04a8fa
nixos/kanidm: add package option
...
Signed-off-by: h7x4 <h7x4@nani.wtf>
2023-08-15 10:05:44 +02:00
Nick Cao
fecb8c7752
nixosTests.fcitx5: make use of the newly added settings option
2023-08-15 08:36:07 +08:00
Nick Cao
2af24d4417
nixos/fcitx5: fix evaluation
2023-08-15 08:15:41 +08:00
Silvan Mosberger
50d11650a7
Merge pull request #245243 from tweag/contributing-combining
...
Clean up contributing documentation
2023-08-14 21:06:06 +02:00
Silvan Mosberger
de5a39f5e7
CONTRIBUTING.md: Move boot loader-specific sentence to pkgs/README.md
...
This needs a rewrite at some point..
2023-08-14 19:50:02 +02:00
Maximilian Bosch
a471325eaf
Merge pull request #221318 from mweinelt/synapse-extras
...
nixos/matrix-synapse: Allow passing extras, discover extras from config
2023-08-14 18:43:05 +02:00
K900
25c37880ec
Merge pull request #249150 from Ma27/tempo-extraflags
...
nixos/tempo: add `extraFlags` option
2023-08-14 19:24:31 +03:00
Maximilian Bosch
10c6be32e4
nixos/tempo: add extraFlags
option
...
Main use-case for me is to specify `-config.expand-env=true` which
allows me inject secrets via systemd's environment file mechanism[1]
like this:
storage.trace.s3 = {
/* all the other stuff */
secret_key = "\${GARAGE_SECRET_KEY}";
};
[1] https://grafana.com/docs/tempo/latest/configuration/#use-environment-variables-in-the-configuration
2023-08-14 18:07:24 +02:00
Alejandro Angulo
874e431f7a
rl-2311: mention upgrade of html-proofer to major version 5
2023-08-14 11:26:50 +00:00
Nick Cao
2e6e83d27a
Merge pull request #244982 from linsui/fcitx5
...
nixos/fcitx5: add settings
2023-08-14 03:01:41 -06:00
Robert Hensing
8fe5918d06
Merge pull request #248138 from hercules-ci/update-nixops_unstable
...
nixops_unstable: update
2023-08-14 11:00:44 +02:00
linsui
30bb15152e
nixos/fcitx5: add settings
2023-08-14 16:25:17 +08:00
Ilan Joselevich
e0fad0515b
nixos/picom: use lib.getExe
...
Co-authored-by: Jian Lin <75130626+jian-lin@users.noreply.github.com>
2023-08-14 11:19:41 +03:00
Ilan Joselevich
94a3092895
nixos/picom: mkPackageOption -> mkPackageOptionMD
2023-08-14 11:18:06 +03:00
Silvan Mosberger
15ca783f10
nixos/README.md: GitHub markdown fixes
2023-08-14 04:49:24 +02:00
Bobby Rong
85efefd8f4
Merge pull request #248544 from bobby285271/rm/qgnomeplatform
...
nixos/pantheon, nixos/cinnamon: Drop qgnomeplatform
2023-08-14 10:49:10 +08:00
Silvan Mosberger
5789cc3754
CONTRIBUTING.md: Clean up "Making patches" section
...
Moving and collecting bits into the appropriate places, also writing
some new sentences
2023-08-13 22:04:57 +02:00
Silvan Mosberger
f3a050a191
doc/reviewing-contributions: Rough move to new contribution doc files
...
No content was changed, new titles are wrapped with () to signal that
they will need to be decided on in a future commit.
Section in the manual have been preserved with a simple redirect to
GitHub, the proper anchors should be filled out in a future commit once
the new section names are decided.
2023-08-13 22:04:56 +02:00
Silvan Mosberger
d70091c3ad
Create unified markdown files for contributing docs
2023-08-13 21:54:50 +02:00
LёNya
54f5045571
nixos/zoneminder: replace lib.optional with lib.optionals to make module work
2023-08-13 22:32:42 +03:00
Bernardo Meurer
70dd76d94f
Merge pull request #247475 from qowoz/nix217
2023-08-13 13:27:20 -04:00
Jonas Heinrich
c5f4a46036
nixos/opensnitch: Add support for EPBF process monitor
...
Co-authored-by: Slime90
2023-08-13 22:19:48 +08:00
Atemu
5f98e7c92b
Merge pull request #247357 from atorres1985-contrib/emacs-update
...
emacs: update to 29.1
2023-08-13 16:15:36 +02:00
Janne Heß
da6c61cc19
nixos/manual: Add chapter about instance unit overrides
2023-08-13 14:40:25 +02:00
Janne Heß
d995da11d8
nixos/switch-to-configuration: Fix unit location in toplevel
2023-08-13 14:26:30 +02:00
Janne Heß
7937c5816d
nixos/switchTest: Also check for base unit modifications
2023-08-13 14:25:24 +02:00
happysalada
4022b2733a
nixos/rustus: add user name to enable restoring of backups
2023-08-13 12:59:20 +01:00
Jörg Thalheim
38b2c039bd
gitea-actions-runner: restart on failure
2023-08-13 12:54:15 +01:00
DavHau
3d58bac73b
services.gitea-actions-runner: make ExecStartPre extensible
2023-08-13 12:54:15 +01:00
Jörg Thalheim
7ad7e99370
nixos/gitea-actions-runner: settings option to configure daemon
2023-08-13 12:54:15 +01:00
Nick Cao
722e1e2313
Merge pull request #247899 from DavHau/zerotier-docs
...
nixos/zerotierone: document networks never left automatically
2023-08-13 00:00:35 -06:00
Bobby Rong
ddd4973ddb
nixos/cinnamon: Drop qgnomeplatform
...
The upstream is not maintained, and qadwaitadecoration
does not seem to be xorg-related. We should have proper
shadows when using SSD.
2023-08-13 12:21:54 +08:00
Bobby Rong
f4e1e8627d
nixos/pantheon: Drop qgnomeplatform
...
The upstream is not maintained, and qadwaitadecoration
does not seem to be xorg-related. We should have proper
shadows when using SSD.
2023-08-13 12:21:54 +08:00
Samuel Dionne-Riel
f064a5bcc2
Merge pull request #220263 from samueldr/feature/misc-grub-fixes
...
nixos/grub: Fixes to allow flicker-free boot, themes and bug fixes
2023-08-12 20:32:51 -04:00
Jan Tojnar
08d242047c
iso_gnome: Fix evaluation
...
`qt.enable` option requires `qt.style` to be set.
Previously, this was set in GNOME module but it has been removed
in 622745942b
2023-08-12 19:30:49 +02:00
Maximilian Bosch
66ab687151
Merge pull request #248131 from Ma27/captive-browser-setcap
...
nixos/captive-browser: drop setcap wrapper for captive-browser
2023-08-12 14:52:38 +02:00
Ilan Joselevich
2393e099a6
Merge pull request #247008 from fufexan/hyprland
...
Update hyprwm packages and nixos/hyprland
2023-08-12 14:55:29 +03:00
Franz Pletz
b6fb9b86a4
Merge pull request #248586 from oddlama/fix-hostapd-pwfile
...
nixos/hostapd: add missing stringification of path in INI format
2023-08-12 10:55:47 +02:00
Jan Tojnar
622745942b
nixos/gnome: Do not force Qt apps to Adwaita
...
adwaita-qt tries valiantly to ensure a visual consistency
but unfortunately, it often falls into an uncanny valley instead.
Let’s make it opt-in again for more vanilla default experience.
Related: https://pagure.io/fedora-workstation/issue/351
2023-08-12 10:29:34 +02:00