fixes for oracle when updating to latest

This commit is contained in:
Noah Masur
2022-12-06 17:56:29 +00:00
parent 427bd1a421
commit 9b12369e43
7 changed files with 24 additions and 13 deletions

View File

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