summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/mherold@eos.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/mherold@eos.nix b/accounts/mherold@eos.nix
index b2483c19..ab1bf154 100644
--- a/accounts/mherold@eos.nix
+++ b/accounts/mherold@eos.nix
@@ -1,7 +1,7 @@
1{ userName, pkgs, ... }: { 1{ userName, pkgs, lib, ... }: {
2 config = { 2 config = {
3 users.users.${userName} = { 3 users.users.${userName} = {
4 hashedPassword = "$6$rounds=500000$TaikR1KI4CGveV0a$jLrBjNScflgniUiy87zxQ.IjnyK8K7FbYTW7L0k0EBVrdiImds26WwNjA6DrQpENALwPMzJVIK5BTie17fFVG."; 4 hashedPassword = lib.mkForce "$6$rounds=500000$TaikR1KI4CGveV0a$jLrBjNScflgniUiy87zxQ.IjnyK8K7FbYTW7L0k0EBVrdiImds26WwNjA6DrQpENALwPMzJVIK5BTie17fFVG.";
5 }; 5 };
6 6
7 home-manager.users.${userName} = { 7 home-manager.users.${userName} = {