all *arr servers are reverse proxied now
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user