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 = { caldav-export-config = {
file = ./secrets/caldav-export-config.age; file = ./secrets/caldav-export-config.age;
owner = "nobody"; owner = "root";
group = "nobody"; group = "root";
mode = "0400"; mode = "0440";
}; };
}; };
} }