Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 556 Bytes

File metadata and controls

24 lines (20 loc) · 556 Bytes

Installation process

Clone configuration repo:

git clone https://github.com/Uberch/NixOSConf
cd NixOSConf

Check disk names with lsblk and adjust disko.nix if needed. Run disko to format storage:

sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko disko.nix

Generate configuration for hardware:

sudo nixos-generate-config --root /mnt
cp /mnt/etc/nixos/hardware-configuration.nix .

Install desired configuration:

sudo nixos-install --flake .#[hostname]