1
0
Fork 0
NixOS configuration for pre-installed Linux computers
Go to file
Egor Savkin c693637faf Add booster add-on configuration
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-07-13 17:40:53 +08:00
booster Add booster add-on configuration 2023-07-13 17:40:53 +08:00
final use nixos 23.05 base system 2023-06-06 15:42:11 +08:00
README Add booster add-on configuration 2023-07-13 17:40:53 +08:00
default.nix auto-install 2023-07-05 16:25:21 +08:00

README

* 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
* sudo nixos-rebuild boot
* 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