Skip to content

Commit

Permalink
Merge pull request #9 from UTCSheffield/Sean/Add-Hashed-Password
Browse files Browse the repository at this point in the history
Set hashed password for makerlab user
  • Loading branch information
iLikeToCode authored Nov 5, 2024
2 parents 2118933 + 5fd0664 commit 15a7890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/makerlab-client.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
packages = with pkgs; [
];
hashedPassword = null;
hashedPassword = "$y$j9T$.IYpfqUfad1f75Cis.NmG1$nBq/MwwZXcQhIB.nVrJtLuGGDcvmvI8GrJ5XmqLaxjA";
};
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
Expand Down

0 comments on commit 15a7890

Please sign in to comment.