From 602380e33cec6faacdb2a7459b6d97b7416d1b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Thu, 20 Feb 2025 21:36:04 +0200 Subject: [PATCH] Remove: ExoPlaSim DDNS --- machine-confs/exoplasim.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/machine-confs/exoplasim.nix b/machine-confs/exoplasim.nix index 89b11ca..2fe83cb 100644 --- a/machine-confs/exoplasim.nix +++ b/machine-confs/exoplasim.nix @@ -29,16 +29,6 @@ }; }; - services.ddclient = { - enable = true; - usev4 = ""; - usev6 = "ifv6, ifv6=enp6s18"; - username = "sinerva.eu-dynexo"; - domains = [ "exovpn.sinerva.eu" ]; - passwordFile = "/var/lib/ddclient/password"; - server = "www.ovh.com"; - }; - # User worker users.users.worker = { isNormalUser = true;