Skip to content

Commit

Permalink
home/user: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 5, 2025
1 parent 6fab233 commit f35fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/user/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ in
myip = "${getExe pkgs.curl} ifconfig.me";

# Cryptography
genpass = "${getExe pkgs.openssl} rand - base64 20"; # Generate a random, 20-charactered password
genpass = "${getExe pkgs.openssl} rand - base64 20"; # Generate a random, 20-character password
sha = "shasum -a 256"; # Test checksum
ssh-list-perm-user = # Bash
''find ~/.ssh -exec stat -c "%a %n" {} \;'';
Expand Down

0 comments on commit f35fa9a

Please sign in to comment.