setup caddy and calibre-web

This commit is contained in:
Noah Masur
2022-10-02 14:48:51 +00:00
parent 8a97d9b2da
commit 19de583433
3 changed files with 49 additions and 9 deletions

View File

@ -3,7 +3,7 @@
options = {
passwordHash = lib.mkOption {
type = lib.types.str;
type = lib.types.nullOr lib.types.str;
description = "Password created with mkpasswd -m sha-512";
# Test it by running: mkpasswd -m sha-512 --salt "PZYiMGmJIIHAepTM"
};