remove unneeded config dir creation

This commit is contained in:
TheWanderingCrow 2025-03-07 23:59:28 -05:00
parent c3e1da1dac
commit 2e096d9557

View file

@ -98,7 +98,6 @@ in
};
systemd.tmpfiles.rules = [
"d ${volumePath}/frigate"
"d ${volumePath}/frigate/config"
"d ${volumePath}/frigate/media/frigate"
];
###########