Skip to content

Instantly share code, notes, and snippets.

@parthibx24
Last active September 2, 2024 09:36
Show Gist options
  • Select an option

  • Save parthibx24/e045858d7f53d5e23028ef4a035228a9 to your computer and use it in GitHub Desktop.

Select an option

Save parthibx24/e045858d7f53d5e23028ef4a035228a9 to your computer and use it in GitHub Desktop.
  mount [root] /mnt/nix
  mount -o umask=077 [boot] /mnt/nix/boot
  
  nixos-install --root /mnt/nix --flake [flakeuri]#[osname]
  # flakeuri: https://nix.dev/manual/nix/2.18/command-ref/new-cli/nix3-flake#examples
  
  passwd [username]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment