netdata: add systemd-journal
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 19s
Flake check / flake-check (pull_request) Successful in 28s

This commit is contained in:
sid 2026-05-22 20:17:55 +02:00
parent f2ebf66262
commit 3b335c6ba4
2 changed files with 8 additions and 0 deletions

View file

@ -17,6 +17,10 @@
}; };
}; };
services.journald.storage = "persistent";
users.users.netdata.extraGroups = [ "systemd-journal" ];
sops = sops =
let let
owner = config.services.netdata.user; owner = config.services.netdata.user;

View file

@ -36,6 +36,10 @@ in
NETDATA_USER_CONFIG_DIR = "/etc/netdata/conf.d"; NETDATA_USER_CONFIG_DIR = "/etc/netdata/conf.d";
}; };
services.journald.storage = "persistent";
users.users.netdata.extraGroups = [ "systemd-journal" ];
sops = sops =
let let
owner = config.services.netdata.user; owner = config.services.netdata.user;