mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-03-12 17:08:24 +01:00
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)"
|