Update modules/server/containers/apps/umami.nix

This commit is contained in:
2026-06-03 17:19:11 +02:00
parent 2c0ac0db09
commit 2c00901b04

View File

@@ -18,7 +18,7 @@ in {
sops = true; sops = true;
db = true; db = true;
paths = [{ paths = [{
path = "${serverCfg.configPath}/umami/"; path = "${serverCfg.path.config}/umami/";
mode = "0444"; mode = "0444";
}]; }];