1
0
Fork 0
nixfiles/pkgs/nixfiles/nixfiles-add-secret.sh

16 lines
248 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
cd $(git rev-parse --show-toplevel)
host=$1
secret=$2
mkdir -p hosts/${host}/secrets
nix run github:ryantm/agenix -- -e hosts/${host}/secrets/new
mv hosts/${host}/secrets/new hosts/${host}/secrets/${secret}.age