6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
# used by the `remote-exec` package
|
||
|
eval "$(nix print-dev-env .#default)"
|
||
|
# echo Entered "$(hostname --fqdn)" # just why systemd-networkd...
|
||
|
echo Entered "$(hostname)"
|