fix config perm

This commit is contained in:
soraefir
2026-06-08 01:03:05 +02:00
parent 1f8b7c6183
commit b3c5e4f651

View File

@@ -6,6 +6,7 @@ in {
runtime = {
paths = [{
path = "${serverCfg.path.config.path}/selfmark/";
owner = "1000:1000";
mode = "0444";
}];