14 lines
224 B
Markdown
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
|
|
```
|