deploy cleanup

This commit is contained in:
arcnmx 2023-03-11 13:36:51 -08:00
parent 8f611f02be
commit 81f98593a2
3 changed files with 26 additions and 24 deletions

13
.envrc
View file

@ -1,8 +1,11 @@
if [[ $(id -un) = kat ]]; then
export TRUSTED=1
git pull
fi
export NF_CONFIG_ROOT=$PWD
export HOME_HOSTNAME=$(hostname -s)
if [[ $(id -un) = kat ]]; then
git pull
fi
if [[ -e trusted/trusted/flake.nix ]]; then
export TRUSTED=1
fi
use nix