mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 13:50:13 +00:00
setup caddy and calibre-web
This commit is contained in:
@ -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"
|
||||
};
|
||||
|
Reference in New Issue
Block a user