admin: initialPassword -> initialHashedPassword

This commit is contained in:
ooks-io 2024-10-29 16:45:59 +11:00
parent 7d683e712f
commit 301132e17e
2 changed files with 11 additions and 7 deletions

View file

@ -0,0 +1,9 @@
{
ooknet.host = {
admin = {
name = "ooks";
shell = "fish";
homeManager = true;
};
};
}