feat(server): remove unneccesary media group and add *arr apps to srv group

This commit is contained in:
wi11-holdsworth 2026-01-07 18:02:14 +11:00
parent ee83c94cf9
commit 2f5065d610
8 changed files with 7 additions and 23 deletions

View file

@ -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";