caddy: chmod 750

This commit is contained in:
2025-04-08 14:12:03 -04:00
parent 6e36a0c159
commit ab05092839

View File

@@ -22,7 +22,7 @@
}; };
systemd.tmpfiles.rules = [ 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 ]; systemd.packages = with pkgs; [ nssTools ];