commit af1d8ed39711acc5b759f540805ab898d7eff857
parent 1365e33396f7d11dbb124e3fe26719bf6f2db451
Author: Katja (zaphyra) <git@ctu.cx>
Date: Thu, 29 May 2025 18:15:21 +0200
parent 1365e33396f7d11dbb124e3fe26719bf6f2db451
Author: Katja (zaphyra) <git@ctu.cx>
Date: Thu, 29 May 2025 18:15:21 +0200
config/nixos/modules/services/vnstat: use `vnstatd` as group in vnstati service
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/nixos/modules/services/vnstat.nix b/config/nixos/modules/services/vnstat.nix @@ -41,7 +41,7 @@ in serviceConfig = { User = "vnstatd"; - Group = "nginx"; + Group = "vnstatd"; RuntimeDirectoryPreserve = true; RuntimeDirectory = "vnstati"; RuntimeDirectoryMode = 775;