krebs: add missing secret-passwords.nix
This commit is contained in:
parent
8bfcf85531
commit
81bb5cf516
6
krebs/2configs/secret-passwords.nix
Normal file
6
krebs/2configs/secret-passwords.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ ... }: with import <stockholm/lib>;
|
||||
{
|
||||
users.extraUsers =
|
||||
mapAttrs (_: h: { hashedPassword = h; })
|
||||
(import <secrets/hashedPasswords.nix>);
|
||||
}
|
Loading…
Reference in New Issue
Block a user