infrastructure/.envrc

7 lines
98 B
Bash

if [[ $(id -un) = kat ]]; then
export TRUSTED=1
fi
export HOME_HOSTNAME=$(hostname -s)
use nix