12 lines
475 B
Markdown
12 lines
475 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 main public services under `yisroelbaum.com` are provided by the
|
|
`yisroelbaum-web` flake input. Rabbi Gerzi is imported directly from its own
|
|
flake so its application module remains independently owned. This repository
|
|
owns the machine configuration and provisions runtime secrets for both.
|