base/various: add to slice system-monitoring

This commit is contained in:
h7x4
2026-06-13 04:30:40 +09:00
parent 526b55c49a
commit b533b09c8f
7 changed files with 29 additions and 6 deletions
+1
View File
@@ -88,6 +88,7 @@ in
systemd.services.fluent-bit = lib.mkIf cfg.enable {
serviceConfig = {
Slice = "system-monitoring.slice";
StateDirectory = "fluent-bit";
# NOTE: This hardening might be way too strong for general purpose use, don't upstream this.