nixos-module: fix blocklist permissions

This commit is contained in:
Astro 2023-01-26 01:16:24 +01:00
parent 8cc44a4c0d
commit 82ae5503da
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ in
script = ''
T=$(mktemp blocklistXXXX)
wget -O $T https://rapidblock.org/blocked_domains.csv
chmod a+r $T
mv $T ${lib.escapeShellArg blocklistPath}
'';
serviceConfig = {