fix: web-feature template now includes a more fleshed-out backup section
This commit is contained in:
parent
4502e197bf
commit
6130f543b9
1 changed files with 11 additions and 1 deletions
|
|
@ -7,7 +7,17 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
borgbackup.jobs = feature { };
|
# borgmatic.settings = {
|
||||||
|
# source_directories = [ ];
|
||||||
|
# postgresql_databases = [
|
||||||
|
# {
|
||||||
|
# name = "feature";
|
||||||
|
# hostname = "localhost";
|
||||||
|
# username = "root";
|
||||||
|
# password = "{credential systemd borgmatic-pg}";
|
||||||
|
# }
|
||||||
|
# ];
|
||||||
|
# };
|
||||||
|
|
||||||
nginx.virtualHosts."feature.fi33.buzz" = {
|
nginx.virtualHosts."feature.fi33.buzz" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue