forked from M-Labs/defenestrate
use substituter during installation. Closes #1
This commit is contained in:
parent
b848fd61fe
commit
a2667b988a
6
README
6
README
|
@ -12,6 +12,12 @@ mount /dev/disk/by-label/boot /mnt/boot
|
|||
nixos-generate-config --root /mnt
|
||||
# copy configuration to /mnt/etc/nixos
|
||||
nix-env -iA nixos.git
|
||||
# work around https://github.com/NixOS/nixpkgs/issues/209819
|
||||
rm /etc/nix/nix.conf
|
||||
cp /etc/static/nix/nix.conf /etc/nix/nix.conf
|
||||
vi /etc/nix/nix.conf
|
||||
# set: substituters = https://cache.nixos.org/ https://nixbld.m-labs.hk/
|
||||
# set: trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc=
|
||||
nixos-install --no-root-password --flake /mnt/etc/nixos#artiq
|
||||
reboot
|
||||
# run memtest86
|
||||
|
|
Loading…
Reference in New Issue