mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
radicale: remove (was never in production)
This commit is contained in:
parent
2751c13183
commit
2792a3ec36
1 changed files with 0 additions and 15 deletions
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue