mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix chown issue on nix-index-db service
This commit is contained in:
parent
84658992e9
commit
490c17682c
@ -34,7 +34,7 @@ with lib; {
|
|||||||
];
|
];
|
||||||
ExecStart = toString nix-index-db-update;
|
ExecStart = toString nix-index-db-update;
|
||||||
User = "nobody";
|
User = "nobody";
|
||||||
Group = "nobody";
|
Group = "nogroup";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user