mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 13:01:01 -05:00
12 lines
290 B
Markdown
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
|
|
```
|