My NixOS configuration
- Nix 100%
| config | ||
| modules | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
My NixOS setup
Installation
To install a fresh system boot from the NixOS installation USB stick.
Clone the repository and enter the repository directory.
Initialise the disks:
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --flake .#chetzemoka --mode destroy,format,mount --yes-wipe-all-disks --write-efi-boot-entries
Perform nixos-install:
sudo nixos-install --flake .#chetzemoka
Maintenance
Ongoing update:
sudo nixos-rebuild --flake .#chetzemoka switch