From a6e5d44f549e8af753b99796be8135b282ca2a81 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 16 Sep 2024 05:04:17 +0200 Subject: [PATCH] Warsaw updates --- nixos/common/containers/derp.nix | 4 +++- nixos/common/services/tailscale.nix | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nixos/common/containers/derp.nix b/nixos/common/containers/derp.nix index c95d21ec..b4cc519c 100644 --- a/nixos/common/containers/derp.nix +++ b/nixos/common/containers/derp.nix @@ -2,7 +2,9 @@ services.cron = { enable = true; systemCronJobs = [ - ''0 0 * * * root mkdir -p /Storage/Data/Docker/sysctl.io/letsencrypt/; rsync -avr --delete root@framework-server:/Storage/Data/Docker/sysctl.io/letsencrypt/ /Storage/Data/Docker/sysctl.io/letsencrypt/'' + # TODO Change the server when moving between hosts + ''0 0 * * * root mkdir -p /Storage/Data/Docker/sysctl.io/letsencrypt/; rsync -avr --delete root@warsaw-ovh-01:/Storage/Data/Docker/sysctl.io/letsencrypt/ /Storage/Data/Docker/sysctl.io/letsencrypt/'' + # ''0 0 * * * root mkdir -p /Storage/Data/Docker/sysctl.io/letsencrypt/; rsync -avr --delete root@framework-server:/Storage/Data/Docker/sysctl.io/letsencrypt/ /Storage/Data/Docker/sysctl.io/letsencrypt/'' ]; }; diff --git a/nixos/common/services/tailscale.nix b/nixos/common/services/tailscale.nix index ca547c80..c3bfb3ea 100644 --- a/nixos/common/services/tailscale.nix +++ b/nixos/common/services/tailscale.nix @@ -22,7 +22,7 @@ # TODO: Update these when I move the server to warsaw-ovh-01 networking.extraHosts = '' - 100.64.0.14 influx.sysctl.io - 100.64.0.14 loki.sysctl.io + 100.64.0.13 influx.sysctl.io + 100.64.0.13 loki.sysctl.io ''; }