fix: web-feature template now includes a more fleshed-out backup section
This commit is contained in:
parent
0f2801f823
commit
c9c81b4036
1 changed files with 11 additions and 1 deletions
|
|
@ -7,7 +7,17 @@ in
|
|||
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" = {
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue