mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix comma indexing service
This commit is contained in:
parent
14dd7591a6
commit
8f0acd8c96
@ -30,7 +30,7 @@ with lib; {
|
||||
IOSchedulingClass = "idle";
|
||||
ExecStartPre = [
|
||||
"+${pkgs.coreutils}/bin/mkdir -p /var/db/nix-index/"
|
||||
"+${pkgs.coreutils}/bin/chown nobody:nobody /var/db/nix-index/"
|
||||
"+${pkgs.coreutils}/bin/chown nobody:nogroup /var/db/nix-index/"
|
||||
];
|
||||
ExecStart = toString nix-index-db-update;
|
||||
User = "nobody";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user