c3d2: don't write password in plain text

This commit is contained in:
Sandro - 2023-05-21 15:37:42 +02:00
parent ec567ffbfa
commit 130b65390f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ in
"video"
"wheel"
];
password = "k-otk-ot";
# get by running mkpasswd logged in as the user
hashedPassword = "$y$j9T$AoK/PRviZS4BDJ6jX/Qt6/$FDM/JfANEU7H0RAIuN0DL2hjYujVAVDdI0jgN5wGwB5";
openssh.authorizedKeys.keys = adminKeys;
};