radicale: remove (was never in production)

This commit is contained in:
Felix Buehler 2022-12-05 20:16:55 +01:00
parent 2751c13183
commit 2792a3ec36

View file

@ -1,15 +0,0 @@
{ config, pkgs, ... }:
{
services.radicale = {
enable = true;
};
webapps.apps.radicale = {
dashboard = {
name = "Radicale";
category = "app";
icon = "sync";
link = "https://dav.buehler.rocks";
};
};
}