all repos — dotfiles @ 45793f84f3a80f7f649affc42f778b63aa174ea9

my *nix dotfiles

hosts/denna: radicale: fix path
Anirudh Oppiliappan x@icyphox.sh
Sun, 09 Jun 2024 19:33:08 +0300
commit

45793f84f3a80f7f649affc42f778b63aa174ea9

parent

eb3ee2e69ac198a85a1240029764b9cd7f691971

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M hosts/denna/configuration.nixhosts/denna/configuration.nix

@@ -61,11 +61,11 @@ hosts = [ "0.0.0.0:5232" ];

}; auth = { type = "htpasswd"; - htpasswd_filename = "/var/svc/radicale/users"; + htpasswd_filename = "/var/lib/radicale/users"; htpasswd_encryption = "bcrypt"; }; storage = { - filesystem_folder = "/var/svc/radicale/collections"; + filesystem_folder = "/var/lib/radicale/collections"; }; }; };