1
0
Fork 0
defenestrate/README

15 lines
541 B
Plaintext
Raw Normal View History

2023-07-05 16:25:21 +08:00
* Enter BIOS, disable secure boot, enable UEFI PXE network boot
* sudo auto-install
* sudo reboot
* Run memtest86
* Copy device database to ~/artiq
* Set timezone
* Comment out openssh.authorizedKeys.keys
2023-01-04 10:35:32 +08:00
* sudo nixos-rebuild boot
2022-03-30 18:01:40 +08:00
* sudo nix-collect-garbage -d
* history clear
Add-on for Boosters:
* copy `booster` to the /opt
* mkdir -p ~/.config/nixpkgs && echo '{permittedInsecurePackages = ["electron-9*"];}' > ~/.config/nixpkgs/config.nix
* echo 'For Booster-related apps, use `nix-shell /opt/booster/booster_shell.nix`' > ~/README.md