nixos/frigate: drop BindPaths from systemd service (#309341)

Migrations have been working well even with misconfigured BindPaths => removing
This commit is contained in:
Vladimir Timofeenko 2024-05-24 09:24:56 -07:00 committed by GitHub
parent 1bc4d43df0
commit f41e387c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -427,10 +427,6 @@ in
PrivateTmp = true;
CacheDirectory = "frigate";
CacheDirectoryMode = "0750";
BindPaths = [
"/migrations:${cfg.package}/share/frigate/migrations:ro"
];
};
};
};