From 7513ca313964b0db1520ed8605af3bed253edbd3 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 23 May 2025 07:40:09 +0200 Subject: [PATCH] Insert password hash directly --- dev_user_password.pw | 1 - shared/dev_user.nix | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 dev_user_password.pw diff --git a/dev_user_password.pw b/dev_user_password.pw deleted file mode 100644 index a4eb236..0000000 --- a/dev_user_password.pw +++ /dev/null @@ -1 +0,0 @@ -$6$8Klm.W0rGVD3K1op$ZHWG0fB2UcM9HUsNqUHMevlz.lsnq3pMRSStukulksixACsGx5npNnecj/g7ndD5MbHBhXpBAkp0geyt0645P. diff --git a/shared/dev_user.nix b/shared/dev_user.nix index 6ac7d89..cfcd00d 100644 --- a/shared/dev_user.nix +++ b/shared/dev_user.nix @@ -16,8 +16,7 @@ "docker" "wheel" ]; - hashedPassword = "${builtins.readFile ./../dev_user_password.pw}"; + hashedPassword = "$6$8Klm.W0rGVD3K1op$ZHWG0fB2UcM9HUsNqUHMevlz.lsnq3pMRSStukulksixACsGx5npNnecj/g7ndD5MbHBhXpBAkp0geyt0645P."; }; }; } -