mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machine/users: use hashedPasswordFile
This commit is contained in:
parent
35be4c867b
commit
21a4b2c4b4
4 changed files with 13 additions and 13 deletions
|
@ -19,7 +19,7 @@
|
|||
"video" # screen control
|
||||
"wheel" # `sudo` for the user.
|
||||
];
|
||||
passwordFile = config.sops.secrets."users/felix/password".path;
|
||||
hashedPasswordFile = config.sops.secrets."users/felix/password".path;
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOFx6OLwL9MbkD3mnMsv+xrzZHN/rwCTgVs758SCLG0h felix@thinkman" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue