Skip to content

evanreichard/nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy NixOS

Copy Config

scp -r * [email protected]:/tmp/

Partition Drives

# WARNING: Be sure to check drive mappings
sudo fdisk -l

# Partition Disk
sudo nix \
    --experimental-features "nix-command flakes" \
    run github:nix-community/disko -- \
    --mode disko \
    --flake /tmp#lin-va-llama1

Install NixOS

# Install
sudo nixos-install --flake /tmp#lin-va-llama1

# Reboot
sudo reboot

Copy Config to Host

scp -r * [email protected]:/etc/nixos

Rebuild NixOS

sudo nixos-rebuild switch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published