machine/users: use hashedPasswordFile

This commit is contained in:
Felix Buehler 2023-11-13 23:42:40 +01:00
parent 35be4c867b
commit 21a4b2c4b4
4 changed files with 13 additions and 13 deletions

View file

@ -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" ];
};