Atlas - rapidinstall.sh

Home / systems / linux / nixos Lines: 1 | Size: 530 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1parted /dev/vda -- mklabel gpt 2parted /dev/vda -- mkpart root ext4 512MB -8GB 3parted /dev/vda -- mkpart swap linux-swap -8GB 100% 4parted /dev/vda -- mkpart ESP fat32 1MB 512MB 5parted /dev/vda -- set 3 esp on 6mkfs.ext4 -L nixos /dev/vda1 7mkswap -L swap /dev/vda2 8mkfs.fat -F 32 -n boot /dev/vda3 9mount /dev/disk/by-label/nixos /mnt 10mkdir -p /mnt/boot 11mount -o umask=077 /dev/disk/by-label/boot /mnt/boot 12swapon /dev/vda2 13nixos-generate-config --root /mnt 14nano /mnt/etc/nixos/configuration.nix 15echo now run when ready: nixos-install
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.