mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
11 lines
184 B
Bash
11 lines
184 B
Bash
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 flake
|