Added laptop

This commit is contained in:
fwastring 2025-09-09 21:32:06 +02:00
parent fbd8f1fc96
commit f8bfb3cb69
5 changed files with 47 additions and 42 deletions

View file

@ -24,6 +24,9 @@
};
services.radicale = {
enable = true;
settings.server.hosts = [ "0.0.0.0:5232" ];
settings = {
auth.type = "none";
server.hosts = [ "0.0.0.0:5232" ];
};
};
}