mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
deploy cleanup
This commit is contained in:
parent
8f611f02be
commit
81f98593a2
3 changed files with 26 additions and 24 deletions
13
.envrc
13
.envrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue