Files
config/.remoteenv
T
2024-09-15 22:02:35 +02:00

7 lines
177 B
Bash

#!/usr/bin/env bash
export HOST_SHELL="$(command -v "$SHELL")"
export IS_REMOTE_ENV=1
eval "$(nix print-dev-env .#remoteenv)"
echo Entered "$(hostname --fqdn)"
df -h /nix/store