frigate: remove /tmp/cache; it's not populated
This commit is contained in:
parent
39bf07243d
commit
3d90037a09
@ -102,11 +102,6 @@ in
|
|||||||
LoadCredential = [ "secrets.env:${cfg.secretsEnv}" ];
|
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 = {
|
services.go2rtc = {
|
||||||
|
Loading…
Reference in New Issue
Block a user