Add custom size for NixOS

This commit is contained in:
zenobit 2023-04-01 19:09:51 +02:00
parent 74e492fe7c
commit a9bfb2dbf6
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ EOF
# OS specific tweaks
case ${OS} in
alma|centos-stream|endless|oraclelinux|popos|rockylinux)
alma|centos-stream|endless|oraclelinux|popos|rockylinux|nixos)
echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
batocera)
echo "disk_size=\"8G\"" >> "${CONF_FILE}";;