initial commit
This commit is contained in:
3
users/scripts/keygen.nix
Normal file
3
users/scripts/keygen.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{pkgs, ...}:
|
||||
pkgs.writeShellScriptBin "keygen"
|
||||
"tr -cd '[:alnum:]' < /dev/urandom | fold -w 64 | head -n 1 | tr -d '\n'"
|
||||
Reference in New Issue
Block a user