automation: adapt new tree structure

This commit is contained in:
Raito Bezarius 2021-11-04 18:42:11 +01:00
parent 1dea4c0fd2
commit 7d83d4d602

View file

@ -3,7 +3,7 @@ echo "Setting up $(hostname)"
HOST_FOLDER=hosts
HOSTNAME=$(hostname)
CONFIG=$HOST_FOLDER/$HOSTNAME.nix
CONFIG=$HOST_FOLDER/$HOSTNAME/configuration.nix
if [[ -n $(cmp --silent configuration.nix "$CONFIG" || echo "different") ]]
then