secrets: move hashed passwords to agenix
This commit is contained in:
parent
e5d6210912
commit
a83c9a4644
4 changed files with 5 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ in
|
|||
{
|
||||
users.mutableUsers = false;
|
||||
users.users.root = {
|
||||
hashedPassword = secrets.shadow-hashed-password-root;
|
||||
passwordFile = config.age.secrets."users/root-hashed-password".path;
|
||||
};
|
||||
users.users.alarsyo = {
|
||||
hashedPassword = secrets.shadow-hashed-password-alarsyo;
|
||||
passwordFile = config.age.secrets."users/alarsyo-hashed-password".path;
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"media"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue