repositorypackage
0.0.2
Repository: https://github.com/kirillrdy/nixos-installer.git
Documentation: pkg.go.dev
# README
- nixos-installer
This will wipe full drive
#+begin_src sh go run main.go -device /dev/sda #+end_src
Or using flakes
#+begin_src sh nix run github:kirillrdy/nixos-installer -- -device /dev/sda #+end_src
** NVME
for nvme devices use namespaced device eg /dev/nvme0n1
** Filesystems
By default installer will use ZFS
if you want to use ext4 use -fs ext4 option