update radicale htpasswd

This commit is contained in:
Mr Hedgehog 2022-06-13 14:56:56 -04:00
parent cbf0e5dcfa
commit 11e9ea7be0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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";
};

View file

@ -10,7 +10,7 @@
};
htpasswd = pkgs.writeText "htpasswd" ''
thehedgeh0g:$apr1$Ql2ADftj$hKdzdBluD1v3TXa6.N0TW.
thehedgeh0g:$2a$10$kcil/Sj4izv25lc1N1ogF.KZEK8BqawdOXRqZnIRSM5ZbSDzAnr1e
'';
installPhase = ''