caddy: chmod 750

This commit is contained in:
Simon Gardling 2025-04-08 14:12:03 -04:00
parent 6e36a0c159
commit ab05092839
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -22,7 +22,7 @@
};
systemd.tmpfiles.rules = [
"d ${service_configs.https.data_dir} 770 ${config.services.caddy.user} ${config.services.caddy.group}"
"d ${service_configs.https.data_dir} 750 ${config.services.caddy.user} ${config.services.caddy.group}"
];
systemd.packages = with pkgs; [ nssTools ];