mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add custom size for NixOS
This commit is contained in:
parent
74e492fe7c
commit
a9bfb2dbf6
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -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}";;
|
||||
|
|
Loading…
Reference in a new issue