Go to file
2023-08-09 15:12:25 +03:00
common Merge branch 'main' of github.com:ivabus/nix 2023-08-09 15:12:25 +03:00
machines Merge branch 'main' of github.com:ivabus/nix 2023-08-09 15:12:25 +03:00
roles Fix roles/devel config 2023-07-30 11:30:16 +03:00
secrets uhhhhhhhhh 2023-07-28 15:39:50 +03:00
.gitignore Fix gitignore 2023-08-02 10:44:21 +03:00
flake.nix Changes 2023-08-02 10:43:52 +03:00
README.md Update README.md 2023-07-30 17:51:12 +03:00
secrets.nix uhhhhhhhhh 2023-07-28 15:39:50 +03:00

NixOS Configuration files.

Deploying

Setup disks, mount root to /mnt and /boot to /mnt/boot and run something like this

git clone https://github.com/ivabus/nixos /mnt/etc/nixos
nixos-generate-config --show-hardware-config --root /mnt > /mnt/etc/nixos/machines/host/hardware.nix
nixos-install --flake path:.#host

Rebuilding

nixos-rebuild switch --flake path:/etc/nixos

Apple Silicon hosts require additional --impure flag for firmware installation. (Firmware should be placed in /etc/nixos/asahi/firmware (ignored by git)).

Hosts configured

  • stella (Random Ryzen 3 3250U laptop)
  • vetus (iMac 27" 2017)
  • celerrime (MacBook Air M2)

Dotfiles (from ivabus/dotfiles)

I'm installing my dotfiles using (with prepared script)

curl https://iva.bz/nix | sh