mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-01-11 05:06:05 +01:00
journalwatch config
This commit is contained in:
parent
9d5337012d
commit
ddcf2e50fc
@ -813,9 +813,11 @@ in
|
||||
# _SYSTEMD_UNIT = sshd.service
|
||||
# However, sometimes the _SYSTEMD_UNIT field is missing
|
||||
# SYSLOG_IDENTIFIER = sshd
|
||||
# Sometimes (TODO maybe always since NixOS 24.11 ?)
|
||||
# SYSLOG_IDENTIFIER = sshd-session
|
||||
{
|
||||
filters = sshd_filter;
|
||||
match = "SYSLOG_IDENTIFIER = sshd";
|
||||
match = "SYSLOG_IDENTIFIER = /(sshd|sshd-session)/";
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user