Disable sanity checks

This commit is contained in:
Jan-Bulthuis 2025-06-09 13:01:56 +02:00
parent c683809a78
commit 209dbea02a

View File

@ -151,6 +151,7 @@ in
# Activate Home Manager configuration for domain users # Activate Home Manager configuration for domain users
if id | egrep -o 'groups=.*' | sed 's/,/\n/g' | cut -d'(' -f2 | sed 's/)//' | egrep -o "^domain users$"; then if id | egrep -o 'groups=.*' | sed 's/,/\n/g' | cut -d'(' -f2 | sed 's/)//' | egrep -o "^domain users$"; then
echo "Setting up environment for domain user" echo "Setting up environment for domain user"
SKIP_SANITY_CHECKS=1
${homeConfiguration.activationPackage}/activate ${homeConfiguration.activationPackage}/activate
fi fi
''; '';