frigate: remove /tmp/cache; it's not populated

This commit is contained in:
Motiejus Jakštys 2025-03-14 19:50:51 +00:00
parent 39bf07243d
commit 3d90037a09

View File

@ -102,11 +102,6 @@ in
LoadCredential = [ "secrets.env:${cfg.secretsEnv}" ];
};
};
frigate.serviceConfig = {
PrivateTmp = true;
ExecStartPre = [ "${pkgs.coreutils}/bin/install -m 0777 -d /tmp/cache" ];
TemporaryFileSystem = "/tmp/cache:size=1G,mode=0777";
};
};
services.go2rtc = {