Compare commits

..

2 commits

Author SHA1 Message Date
sid
0c8bea1863 Merge pull request 'netdata: add systemd-journal' (#91) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 31s
Reviewed-on: #91
2026-05-22 20:19:59 +02:00
sid
3b335c6ba4 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
2026-05-22 20:17:55 +02:00
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;