feat(info): add info.model, fill in for hosts

This commit is contained in:
Infinidoge 2022-05-07 23:57:34 -04:00
parent 7e2a21f238
commit d0da574672
6 changed files with 18 additions and 0 deletions

View file

@ -23,4 +23,6 @@
# Public hash and duplicate password is good enough
user.hashedPassword = "$6$SDBGTp1hVS7eOs3P$uJwwxOUxrRaMTAPdc349vvSfA7u.4SHtJuXvxxIo4v70WT9KQqmbOOF5qWS9/.okv.HkcBe0CVj5fLaPy9Oew.";
users.users.root.hashedPassword = "$6$SDBGTp1hVS7eOs3P$uJwwxOUxrRaMTAPdc349vvSfA7u.4SHtJuXvxxIo4v70WT9KQqmbOOF5qWS9/.okv.HkcBe0CVj5fLaPy9Oew.";
info.model = "Windows Subsystem for Linux";
}