From 7baec572e3aff1f89b716c0952898f369f86099f Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 14 May 2022 22:51:57 -0400 Subject: [PATCH] new password --- flake.nix | 2 +- modules/system/user.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4262a2d..052e94a 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ user = "noah"; fullName = "Noah Masur"; passwordHash = - "$6$J15o3OLElCEncVB3$0FW.R7YFBMgtBp320kkZO.TdKvYDLHmnP6dgktdrVYCC3LUvzXj0Fj0elR/fXo9geYwwWi.EAHflCngL5T.3g/"; + "$6$PZYiMGmJIIHAepTM$Wx5EqTQ5GApzXx58nvi8azh16pdxrN6Qrv1wunDlzveOgawitWzcIxuj76X9V868fsPi/NOIEO8yVXqwzS9UF."; gitEmail = "7386960+nmasur@users.noreply.github.com"; mailServer = "noahmasur.com"; gui = { diff --git a/modules/system/user.nix b/modules/system/user.nix index fea06e1..61d326b 100644 --- a/modules/system/user.nix +++ b/modules/system/user.nix @@ -26,6 +26,9 @@ config = { + # Allows us to declaritively set password + users.mutableUsers = false; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.${config.user} = {