GarySGlover / dotfiles

GNU General Public License v3.0
0 stars 0 forks source link

Format partitions

+begin_src shell

mkfs.fat -F 32 -n BOOT /dev/nvme0n1p1 mkfs.ext4 -L root /dev/nvme0n1p2

+end_src

** Mount partitions and Create the following directories

+begin_src shell

mount /dev/disk/by-label/root /mnt mkdir -p /mnt/boot mount /dev/disk/by-label/BOOT /mnt/boot

+end_src

** System ssh cert

Make directory for cert

Generate cert

User ssh cert Not sure if this is needed Generate hardware-config nixos-generate-config --root /mnt ** Prep git repo Add system