calDavToCsv workds
This commit is contained in:
parent
65b9888e90
commit
55cdf7b2de
3 changed files with 19 additions and 13 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue