nixos/README.md

12 lines
290 B
Markdown

# nixos2
My work towards NixOS config following vimjoyer's guides.
Starting with https://www.youtube.com/watch?v=a67Sv4Mbxmc
## Commands to run for this (Mostly so I can stop googling this)
```bash
sudo systemctl stop tailscaled
sudo nixos-rebuild switch --flake /home/annika/nixos
```