feat(server): remove unneccesary media group and add *arr apps to srv group
This commit is contained in:
parent
ee83c94cf9
commit
2f5065d610
8 changed files with 7 additions and 23 deletions
|
|
@ -9,21 +9,9 @@ in
|
|||
settings.server = {
|
||||
inherit port;
|
||||
};
|
||||
group = "media";
|
||||
group = "srv";
|
||||
};
|
||||
|
||||
# borgmatic.settings = {
|
||||
# source_directories = [ ];
|
||||
# postgresql_databases = [
|
||||
# {
|
||||
# name = "readarr";
|
||||
# hostname = "localhost";
|
||||
# username = "root";
|
||||
# password = "{credential systemd borgmatic-pg}";
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
|
||||
nginx.virtualHosts."readarr.fi33.buzz" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "fi33.buzz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue