calDavToCsv workds

This commit is contained in:
Stuce 2025-11-17 17:13:15 +01:00
parent 65b9888e90
commit 55cdf7b2de
3 changed files with 19 additions and 13 deletions

View file

@ -13,9 +13,17 @@
./lldap.nix
./vaultwarden.nix
./radicale.nix
./calDavToCsv.nix
];
services.calDavToCsv.enable = true;
services.calDavToCsv = {
enable = true;
port = 8000;
calendarUrl = "https://cal.stuce.ch";
calendarUsername = "eInk";
calendarName = "Ouais le ménage";
calendarPasswordFile = "/etc/calDAVtoCSV/password";
};
# Add flake support
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Use the GRUB 2 boot loader.