Skip to content

Reinitialized/infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install Virtual Server

  1. Create Virtual Machine in Proxmox
TODO
  1. Boot NixOS minimal and install
sudo -i && \
    gdisk /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0
### PARTITIONING INSTRUCTIONS
1) press n, enter, enter
2) type +600M, enter
3) set type to ef00, enter
4) press n, enter, enter, enter, enter
5) press w, then q
### END PARTITIONING INSTRUCTIONS
mkfs.fat -F 32 /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part1 &&\
    mkfs.ext4 /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part2 &&\
    mount /dev/disk/by-id/scsi-0QEMU-QEMU-HARDDISK_drive-scsi0-part2 /mnt &&\
    mkdir /mnt/boot &&\
    mount /dev/disk/by-id/scsi-0QEMU-QEMU-HARDDISK_drive-scsi0-part1 /mnt/boot &&\
    nixos-install --flake github:Reinitialized/infrastructure#CHANGEME

About

Everything necessary to deploy your own instance of Reinitialized Infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published