fix user/group id for secrets

This commit is contained in:
chaos 2024-07-20 13:25:35 +01:00
parent c3bb50d7b7
commit 6e9b29342e
No known key found for this signature in database

View file

@ -26,6 +26,9 @@ in {
"d /var/lib/radicale/collections - radicale radicale"
];
users.users.radicale.uid = 1002;
users.groups.radicale.gid = 1002;
services.nginx = {
enable = true;
virtualHosts."radicale.owo.monster" = {