1
0

hosts/krypton: Add etesync-dav

This commit is contained in:
2025-01-03 16:15:57 +01:00
parent df7fba921f
commit aad53d5072
5 changed files with 33 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
./android.nix
./backup.nix
./etesync-dav.nix
#./initrd.nix
./network.nix
./programs.nix

View File

@@ -0,0 +1,10 @@
{ ... }:
{
services.etesync-dav = {
enable = true;
apiUrl = "https://etebase.clerie.de";
};
}