8 lines
180 B
Markdown
8 lines
180 B
Markdown
redeploy to home server using this command
|
|
``` shell
|
|
nixos-rebuild switch --flake .#nixos \
|
|
--target-host nixos_home \
|
|
--build-host nixos_home \
|
|
--sudo --ask-sudo-password
|
|
```
|
|
|