12 lines
407 B
Markdown
12 lines
407 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
|
|
```
|
|
|
|
The public services under `yisroelbaum.com` are provided by the
|
|
`yisroelbaum-web` flake input. This repository owns the machine configuration
|
|
and provisions the runtime secrets passed to that module from
|
|
`yisroelbaum-web.nix`.
|