A personalized fork of zaneyos that is becoming more divergent over time. This repository is primarily maintained for personal use but is kept public to enable the use of the installation script.
- NixOS version 23.11 or higher
tanosfolder (this repository) must be in your home directory- GPT partition with UEFI boot
- Minimum 500MB
/bootpartition - Systemd-boot (other bootloaders will require modifications)
-
Install required packages:
nix-shell -p git curl
-
Run the installation script:
sh <(curl -L https://raw.githubusercontent.com/crowquillx/tanosV3/refs/heads/main/install-tanos.sh) -
Reboot your system after installation completes
-
Install required packages:
nix-shell -p git vim
-
Clone and enter the repository:
cd && git clone https://github.com/crowquillx/tanosV3.git cd tanos
-
Create your host configuration:
cp -r hosts/default hosts/<your-desired-hostname>
-
Configure your system:
- Edit
hosts/<your-desired-hostname>/variables.nix - Edit
flake.nixwith your username, profile, and hostname - Generate hardware configuration:
nixos-generate-config --show-hardware-config > hosts/<your-desired-hostname>/hardware.nix
- Edit
-
Enable flakes and install:
NIX_CONFIG="experimental-features = nix-command flakes" sudo nixos-rebuild switch --flake .#profile
💡 Tip: After installation, you can use the
fralias to rebuild your configuration from anywhere.
Special thanks to the following contributors and inspirations: