diff --git a/hosts/marvin/services/radicale.nix b/hosts/marvin/services/radicale.nix index 2a3e555..647438a 100644 --- a/hosts/marvin/services/radicale.nix +++ b/hosts/marvin/services/radicale.nix @@ -12,7 +12,7 @@ }; storage = { type = "multifilesystem"; - hook = "${pkgs.git}/bin/git add -A && (${pkgs.git}/bin/git diff --cached --quiet || ${pkgs.git}/bin/git commit -m \"Changes by \"%(user)s)"; + # hook = "${pkgs.git}/bin/git add -A && (${pkgs.git}/bin/git diff --cached --quiet || ${pkgs.git}/bin/git commit -m \"Changes by \"%(user)s)"; }; web.type = "none"; }; diff --git a/pkgs/radicale-htpasswd.nix b/pkgs/radicale-htpasswd.nix index 3c479d2..a67a655 100644 --- a/pkgs/radicale-htpasswd.nix +++ b/pkgs/radicale-htpasswd.nix @@ -10,7 +10,7 @@ }; htpasswd = pkgs.writeText "htpasswd" '' - thehedgeh0g:$apr1$Ql2ADftj$hKdzdBluD1v3TXa6.N0TW. + thehedgeh0g:$2a$10$kcil/Sj4izv25lc1N1ogF.KZEK8BqawdOXRqZnIRSM5ZbSDzAnr1e ''; installPhase = ''