diff --git a/install.sh b/install.sh
index 442cbf2..8133560 100644
--- a/install.sh
+++ b/install.sh
@@ -18,7 +18,7 @@ cryptsetup luksFormat ${DISK}1
 cryptsetup open ${DISK}1 root
 
 # Now format the encrypted partition
-mkfs.ext4 -L nixos /dev/mapper/root
+mkfs.ext4 /dev/mapper/root
 
 # Mount the partitions
 mount /dev/mapper/root /mnt