diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/mherold@eos.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/mherold@eos.nix b/accounts/mherold@eos.nix index 6d376835..9d622243 100644 --- a/accounts/mherold@eos.nix +++ b/accounts/mherold@eos.nix | |||
@@ -1,4 +1,8 @@ | |||
1 | { userName, pkgs, ... }: { | 1 | { userName, pkgs, ... }: { |
2 | users.users.${userName} = { | ||
3 | hashedPassword = "$6$rounds=500000$TaikR1KI4CGveV0a$jLrBjNScflgniUiy87zxQ.IjnyK8K7FbYTW7L0k0EBVrdiImds26WwNjA6DrQpENALwPMzJVIK5BTie17fFVG."; | ||
4 | }; | ||
5 | |||
2 | config.home-manager.users.${userName} = { | 6 | config.home-manager.users.${userName} = { |
3 | nixpkgs.config = { | 7 | nixpkgs.config = { |
4 | allowUnfree = true; | 8 | allowUnfree = true; |