fix ownership

This commit is contained in:
XenGi 2026-07-22 21:30:44 +02:00
commit 3572ea5998
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

@ -112,9 +112,9 @@
};
caldav-export-config = {
file = ./secrets/caldav-export-config.age;
owner = "nobody";
group = "nobody";
mode = "0400";
owner = "root";
group = "root";
mode = "0440";
};
};
}