Specify proper partition module for surface

This commit is contained in:
Manuel Thalmann 2024-06-23 15:04:28 +02:00
parent 9761d04d18
commit b1cdc8b22a

View file

@ -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";