add users.users.root.hashedPassword for testing purposes

hetzner-flakes
Alexander Tomokhov 2023-11-20 19:02:32 +04:00
parent c58597c4d7
commit 31dfa8eb4a
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ $bootcfg
fileSystems."/" = { device = "$ROOTFSDEV"; fsType = "$ROOTFSTYPE"; };
}
EOF
# FIXME remove this!
echo '// { users.users.root.hashedPassword = "$6$I8xOgBRfitytj331$WZzyJbABCY8LZ4CqpUzNU2dXK8DP8rdVXYms60c0ysINREEFB49KYL23E.twuQ..beV2yb6VAwZkxDymCFOSO/"; }'
}
setupConf() {