[Backport release-24.05] nixos/frigate: drop BindPaths from systemd service (#314325)

* frigate: drop BindPaths from systemd service

Migrations have been working well even with misconfigured BindPaths => removing

(cherry picked from commit f45e2f7604)
This commit is contained in:
github-actions[bot] 2024-05-24 23:11:22 +02:00 committed by GitHub
parent 97abf11bba
commit f651e7d4d8
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"
];
};
};
};