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:
parent
4c0e042441
commit
05b67b87b7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue