Added implicit user creation

pull/1/head
Illia Chub 2021-01-28 11:32:19 +02:00
parent 93df0021c4
commit 7df10a99b4
1 changed files with 7 additions and 0 deletions

View File

@ -124,6 +124,13 @@ makeConf() {
wheelNeedsPassword = true;
};
};
users.mutableUsers = false;
users.users = {
"$USER" = {
isNormalUser = true;
hashedPassword = "$HASHED_PASSWORD";
};
};
}
EOF
# If you rerun this later, be sure to prune the filesSystems attr