Skip to content

tsln1998/nixcfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install (NixOS)

Install (NixOS with disko)

# run disko
sudo nix --extra-experimental-features "nix-command flakes" \
    run 'github:nix-community/disko/v1.11.0' \
    -- \
    --mode destroy,format,mount \
    ./hosts/<hostname>/disks.nix

# copy ssh keys in to /mnt/tmp/*
# ...

# run nixos-install
sudo nixos-install --no-root-password \
    --flake '.#<hostname>'

Install (NixOS on WSL)

sudo nixos-rebuild --extra-experimental-features "nix-command flakes" \
    switch \
    --flake '.#<hostname>'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages