mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
7 lines
98 B
Bash
7 lines
98 B
Bash
if [[ $(id -un) = kat ]]; then
|
|
export TRUSTED=1
|
|
fi
|
|
|
|
export HOME_HOSTNAME=$(hostname -s)
|
|
|
|
use nix
|