diff --git a/profiles/ManuSurface/Arch/setup.sh b/profiles/ManuSurface/Arch/setup.sh index aa69dc47e..5e6129aa0 100755 --- a/profiles/ManuSurface/Arch/setup.sh +++ b/profiles/ManuSurface/Arch/setup.sh @@ -1,6 +1,7 @@ #!/bin/bash -e pushd "${BASH_SOURCE%/*}" > /dev/null; +PARTITION_MODULE="./partition.nix" \ ARCH_HOSTNAME="manu-surface" \ USER_DISPLAYNAME="Manuel Thalmann" \ . "../../../scripts/Arch/OS/setup.sh";