Files
nix/hosts/installer/README.md
2024-12-20 10:00:01 +00:00

14 lines
224 B
Markdown

# installer
I have automated myself out of a job. How to use:
1. Boot into installer
2. Unlock luks partition
3. Run the following commands:
```
cd /etc/nixos
direnv allow
sudo ./lib/scripts/install.sh
```