mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
use hashed password
This commit is contained in:
parent
52d79fd28c
commit
b188f9fac1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
|||
"wheel" # sudo
|
||||
"docker"
|
||||
];
|
||||
initialPassword = "nix";
|
||||
initialHashedPassword = "$2b$05$mGMrDFzf2cXLaoOlVQbGvOBV7UZlDt9dLg9Xqxutb/uHpjF5VrTBO";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKkezPIhB+QW37G15ZV3bewydpyEcNlYxfHLlzuk3PH9"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue