fix(krz01): Fix root password hash
Some checks failed
build configuration / build_krz01 (push) Failing after 1m26s
build configuration / push_to_cache_krz01 (push) Has been skipped
build configuration / build_compute01 (push) Successful in 1m14s
build configuration / build_storage01 (push) Successful in 1m12s
build configuration / build_vault01 (push) Successful in 1m14s
build configuration / build_web02 (push) Successful in 1m9s
build configuration / build_rescue01 (push) Successful in 1m9s
lint / check (push) Successful in 23s
build configuration / build_web01 (push) Successful in 1m38s
build configuration / build_geo01 (push) Successful in 1m0s
build configuration / build_geo02 (push) Successful in 1m2s
build configuration / build_bridge01 (push) Successful in 1m1s
build configuration / push_to_cache_web02 (push) Successful in 1m33s
build configuration / push_to_cache_storage01 (push) Successful in 1m40s
build configuration / push_to_cache_rescue01 (push) Successful in 1m38s
build configuration / push_to_cache_vault01 (push) Successful in 1m49s
build configuration / push_to_cache_compute01 (push) Successful in 2m11s
build configuration / push_to_cache_web01 (push) Successful in 2m2s
build configuration / push_to_cache_geo01 (push) Successful in 1m13s
build configuration / push_to_cache_geo02 (push) Successful in 1m15s
build configuration / push_to_cache_bridge01 (push) Successful in 1m7s
Some checks failed
build configuration / build_krz01 (push) Failing after 1m26s
build configuration / push_to_cache_krz01 (push) Has been skipped
build configuration / build_compute01 (push) Successful in 1m14s
build configuration / build_storage01 (push) Successful in 1m12s
build configuration / build_vault01 (push) Successful in 1m14s
build configuration / build_web02 (push) Successful in 1m9s
build configuration / build_rescue01 (push) Successful in 1m9s
lint / check (push) Successful in 23s
build configuration / build_web01 (push) Successful in 1m38s
build configuration / build_geo01 (push) Successful in 1m0s
build configuration / build_geo02 (push) Successful in 1m2s
build configuration / build_bridge01 (push) Successful in 1m1s
build configuration / push_to_cache_web02 (push) Successful in 1m33s
build configuration / push_to_cache_storage01 (push) Successful in 1m40s
build configuration / push_to_cache_rescue01 (push) Successful in 1m38s
build configuration / push_to_cache_vault01 (push) Successful in 1m49s
build configuration / push_to_cache_compute01 (push) Successful in 2m11s
build configuration / push_to_cache_web01 (push) Successful in 2m2s
build configuration / push_to_cache_geo01 (push) Successful in 1m13s
build configuration / push_to_cache_geo02 (push) Successful in 1m15s
build configuration / push_to_cache_bridge01 (push) Successful in 1m7s
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