0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/quickwit: fix service ReadWritePaths

This commit is contained in:
DCsunset 2024-06-26 20:47:00 -04:00
parent 4c0e042441
commit 05b67b87b7

View file

@ -160,7 +160,7 @@ in
ProtectProc = "invisible"; ProtectProc = "invisible";
ProtectSystem = "strict"; ProtectSystem = "strict";
ReadWritePaths = [ ReadWritePaths = [
"/var/lib/quickwit" cfg.dataDir
]; ];
RestrictAddressFamilies = [ RestrictAddressFamilies = [
"AF_NETLINK" "AF_NETLINK"