NixOS configuration for pre-installed Linux computers
|
||
---|---|---|
booster | ||
final | ||
default.nix | ||
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