nixos/(tests/)journald-(remote|upload|gateway): add raitobezarius as a maintainer
This commit is contained in:
parent
7112490cb7
commit
eecfbe397a
@ -9,6 +9,7 @@ let
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
||||||
options.services.journald.gateway = {
|
options.services.journald.gateway = {
|
||||||
enable = lib.mkEnableOption "the HTTP gateway to the journal";
|
enable = lib.mkEnableOption "the HTTP gateway to the journal";
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,7 @@ let
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
||||||
options.services.journald.remote = {
|
options.services.journald.remote = {
|
||||||
enable = lib.mkEnableOption "receiving systemd journals from the network";
|
enable = lib.mkEnableOption "receiving systemd journals from the network";
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ let
|
|||||||
format = pkgs.formats.systemd;
|
format = pkgs.formats.systemd;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
||||||
options.services.journald.upload = {
|
options.services.journald.upload = {
|
||||||
enable = lib.mkEnableOption "uploading the systemd journal to a remote server";
|
enable = lib.mkEnableOption "uploading the systemd journal to a remote server";
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }:
|
|||||||
{
|
{
|
||||||
name = "systemd-journal-gateway";
|
name = "systemd-journal-gateway";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ minijackson ];
|
maintainers = [ minijackson raitobezarius ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Named client for coherence with the systemd-journal-upload test, and for
|
# Named client for coherence with the systemd-journal-upload test, and for
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
|||||||
{
|
{
|
||||||
name = "systemd-journal-upload";
|
name = "systemd-journal-upload";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ minijackson ];
|
maintainers = [ minijackson raitoezarius ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes.server = { nodes, ... }: {
|
nodes.server = { nodes, ... }: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user