add journald remote receiver
This commit is contained in:
parent
dc3ce0285c
commit
7e3c754109
1 changed files with 11 additions and 0 deletions
|
|
@ -22,6 +22,17 @@
|
||||||
label = "runner";
|
label = "runner";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.journald.remote = {
|
||||||
|
enable = true;
|
||||||
|
listen = "http";
|
||||||
|
port = 19532;
|
||||||
|
settings.Remote.SplitMode = "host";
|
||||||
|
};
|
||||||
|
users.users.sid.extraGroups = [
|
||||||
|
"systemd-journal"
|
||||||
|
"systemd-journal-remote"
|
||||||
|
];
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
secrets."forgejo-runner/token" = { };
|
secrets."forgejo-runner/token" = { };
|
||||||
templates."forgejo-runner/token".content = ''
|
templates."forgejo-runner/token".content = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue