Skip to content

Commit

Permalink
Merge pull request #322782 from DCsunset/quickwit-fix
Browse files Browse the repository at this point in the history
nixos/quickwit: fix service ReadWritePaths
  • Loading branch information
nh2 authored Jun 27, 2024
2 parents 9f4f3d8 + 05b67b8 commit 1032399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/search/quickwit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ in
ProtectProc = "invisible";
ProtectSystem = "strict";
ReadWritePaths = [
"/var/lib/quickwit"
cfg.dataDir
];
RestrictAddressFamilies = [
"AF_NETLINK"
Expand Down

0 comments on commit 1032399

Please sign in to comment.