Switch to release version of ddclient

This commit is contained in:
coolneng 2023-12-05 10:34:31 +01:00
parent 299e8b3227
commit 5df1d226c8
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 12 deletions

View File

@ -1,16 +1,6 @@
{ config, pkgs, lib, ... }:
let
wireguard_port = 1194;
latest-ddclient = pkgs.ddclient.overrideAttrs (old: rec {
src = pkgs.fetchFromGitHub {
owner = "ddclient";
repo = "ddclient";
rev = "3136871720a3c2abf730c9485edc351563765d0e";
sha256 = "sha256-qb1DF0DaVbPgQokGx0t7VVk3pe3KuA8mNRPrBMzhWvU=";
};
});
let wireguard_port = 1194;
in {
# Enable systemd-networkd
@ -38,11 +28,11 @@ in {
enable = true;
quiet = true;
use = "web, web=freedns";
package = latest-ddclient;
interval = "30min";
protocol = "duckdns";
domains = [ "coolneng.duckdns.org" ];
passwordFile = config.age.secrets.ddclient.path;
extraConfig = "";
};
# Firewall configuration