Put in settings

This commit is contained in:
Nathan Anderson 2024-05-15 10:23:31 -06:00
parent 63d8d1ceb9
commit f91bea3334

View File

@ -153,6 +153,7 @@ in
services.radicale = lib.mkIf srvConfig.caldavEnable {
enable = true;
settings = {
# Run server port 5232
server = {
hosts = [ "0.0.0.0:5232" "[::]:5232" ];
@ -163,6 +164,7 @@ in
htpasswd_encryption = "bcrypt";
};
};
};
systemd.timers."pixel-backups" = {
wantedBy = [ "timers.target" ];