forked from DGNum/infrastructure
fix(krz01): Fix root password hash
This commit is contained in:
parent
c642e98ab9
commit
da40fa9b3d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ lib.extra.mkConfig {
|
|||
|
||||
services.netbird.enable = true;
|
||||
|
||||
users.users.root.hashedPassword = "$y$j9T$KOEV4hLDGyc4q1q8Rj2tE1$7mhZx4bNojsFfXlU2q5B.sRCD.6S1vhu6x2VSGJ79L2";
|
||||
users.users.root.hashedPassword = "$y$j9T$eNZQgDN.J5y7KTG2hXgat1$J1i5tjx5dnSZu.C9B7swXi5zMFIkUnmRrnmyLHFAt8/";
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
|
|
Loading…
Reference in a new issue