even more backups of things
This commit is contained in:
parent
b8d125d448
commit
630f9b0074
46 changed files with 1166 additions and 197 deletions
11
hosts/lithium/services/README.md
Normal file
11
hosts/lithium/services/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# hosts/lithium/services
|
||||
|
||||
The idea is that each `*.nix` or each `./*/default.nix` file would contain all
|
||||
necessary details for a service to bring itself up and be running.
|
||||
|
||||
One thing I have overlooked thus far is nothing tests for the existence of a
|
||||
reverse proxy and bails out if one isn't available. Practically if caddy isn't
|
||||
running, most of these services should also not run, or at the very least, the
|
||||
blocks pertaining to setting up reverse proxy details don't need to run.
|
||||
|
||||
There's a way of doing that with things like lib.mkDefault and so forth.
|
||||
Loading…
Add table
Add a link
Reference in a new issue