fix(krz01): Fix root password hash

This commit is contained in:
sinavir 2024-10-08 15:04:10 +02:00
parent c642e98ab9
commit da40fa9b3d

View file

@ -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 = ./.;