mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: many things...
This commit is contained in:
parent
3fe6f591e1
commit
0778f24b18
22 changed files with 842 additions and 153 deletions
|
|
@ -23,10 +23,7 @@ in {
|
|||
} ];
|
||||
}];
|
||||
users.users = {
|
||||
root = commonUser // {
|
||||
hashedPassword =
|
||||
"$6$i28yOXoo$/WokLdKds5ZHtJHcuyGrH2WaDQQk/2Pj0xRGLgS8UcmY2oMv3fw2j/85PRpsJJwCB2GBRYRK5LlvdTleHd3mB.";
|
||||
};
|
||||
root = commonUser;
|
||||
deploy = commonUser // {
|
||||
isNormalUser = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue