Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 533 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 533 Bytes

How to bootstrap

Setup credential of nix-secret(another private repo to store encrypt secret)

  1. add git config in .ssh/config
Host github.com
  # IdentityFile ~/.ssh/gh.id_ed25519
  User git
  Hostname github.com
  1. clone this repo
git clone [email protected]:efficacy38/nix-dotfile.git
  1. switch to environment with nix helper
nix shell nixpkgs#nh
nh os switch --hostname=phoenixton

build minimal iso image

nix build .#nixosConfigurations.minimal-latest-iso.config.system.build.isoImage