krebs: add missing secret-passwords.nix

This commit is contained in:
lassulus 2017-07-21 11:04:26 +02:00
parent 8bfcf85531
commit 81bb5cf516

View File

@ -0,0 +1,6 @@
{ ... }: with import <stockholm/lib>;
{
users.extraUsers =
mapAttrs (_: h: { hashedPassword = h; })
(import <secrets/hashedPasswords.nix>);
}