Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-10-13 12:07:07 +00:00
committed by GitHub
59 changed files with 641 additions and 297 deletions

View File

@@ -7,7 +7,7 @@
let
cfg = config.services.journald.remote;
format = pkgs.formats.systemd;
format = pkgs.formats.systemd { };
cliArgs = lib.cli.toGNUCommandLineShell { } {
inherit (cfg) output;

View File

@@ -7,7 +7,7 @@
let
cfg = config.services.journald.upload;
format = pkgs.formats.systemd;
format = pkgs.formats.systemd { };
in
{
meta.maintainers = [ lib.maintainers.raitobezarius ];