Fix another derp bug
All checks were successful
/ dev-shell (push) Successful in 29s
/ rust-packages (push) Successful in 37s
/ terraform-providers (push) Successful in 58s
/ check (push) Successful in 1m14s
/ systems (push) Successful in 3m32s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-19 22:36:22 +02:00
parent 567098b4a4
commit 16cd4f241e
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -15,7 +15,7 @@ let
]; ];
text = '' text = ''
hashed_passwd="$(cat /run/unix-users/khs)" hashed_passwd="$(cat /run/unix-users/khs)"
usermod --password "$hashed_password" khs usermod --password "$hashed_passwd" khs
''; '';
}; };
in in