3 lines
87 B
Bash
3 lines
87 B
Bash
|
#!/usr/bin/env bash
|
||
|
nix-shell -p age --run "age-keygen -y ~/.config/sops/age/keys.txt"
|