all *arr servers are reverse proxied now

This commit is contained in:
2023-09-03 23:58:55 -06:00
parent 94d8d8d701
commit ffc1f1122c
2 changed files with 19 additions and 7 deletions

View File

@@ -1201,8 +1201,8 @@ systemd = {
description = "update DNS of my websites";
wantedBy = [ "default.target" ];
path = [
pkgs.curl
pkgs.bash
pkgs.nix
jawzUpdateDns
];
serviceConfig = {
@@ -1235,7 +1235,7 @@ systemd = {
OnCalendar = "*:0/10";
};
};
update_dns = {
update-dns = {
enable = true;
description = "update DNS of my websites";
wantedBy = [ "timers.target" ];