Skip to content

ncsurobotics/NixOSConfigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS Configurations

Installation on an Nvidia Jetson Orin Nano

  1. Flash UEFI firmware with Jetpack 6 support. See jetpack-nixos
  2. Create installation media
  3. Build the customized installer iso. See jetpack-nixos
  4. Write the iso to a usb drive
  5. Boot the installation media
  6. Connect to the network
wpa_cli
add_network
set_network 0 ssid "SSID"
set_network 0 key_mgmt NONE 
  1. Clone this repo
  2. Partition the disk (Each hosts disk-config.nix is located in hosts/<host name>/): sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount <path to disk-config.nix>
  3. Install nixos: nixos-install --root /mnt --flake <path to this repo>#<host name>

About

NixOS configurations for SeaWolves

Resources

Stars

Watchers

Forks

Languages