1
0
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:
Stefan Ellmauthaler 2022-10-27 11:29:39 +02:00
parent 84658992e9
commit 490c17682c
Failed to extract signature

View File

@ -34,7 +34,7 @@ with lib; {
];
ExecStart = toString nix-index-db-update;
User = "nobody";
Group = "nobody";
Group = "nogroup";
};
};