automation: adapt new tree structure
This commit is contained in:
parent
1dea4c0fd2
commit
7d83d4d602
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue