l 2 base: fix hashedPasswords path
This commit is contained in:
parent
55df7c1df5
commit
780ba9bd11
@ -10,7 +10,7 @@ with config.krebs.lib;
|
|||||||
{
|
{
|
||||||
users.extraUsers =
|
users.extraUsers =
|
||||||
mapAttrs (_: h: { hashedPassword = h; })
|
mapAttrs (_: h: { hashedPassword = h; })
|
||||||
(import /root/secrets/hashedPasswords.nix);
|
(import <secrets/hashedPasswords.nix>);
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
users.extraUsers = {
|
users.extraUsers = {
|
||||||
|
Loading…
Reference in New Issue
Block a user