ddns-afraid (afraid.org): remove
it's unused for a year
This commit is contained in:
@@ -1,27 +0,0 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
# using manual ddns now
|
|
||||||
lib.mkIf false
|
|
||||||
{
|
|
||||||
systemd.services.ddns-afraid = {
|
|
||||||
description = "update dynamic DNS entries for freedns.afraid.org";
|
|
||||||
serviceConfig = {
|
|
||||||
EnvironmentFile = config.sops.secrets."ddns_afraid.env".path;
|
|
||||||
# TODO: ProtectSystem = "strict";
|
|
||||||
# TODO: ProtectHome = "full";
|
|
||||||
# TODO: PrivateTmp = true;
|
|
||||||
};
|
|
||||||
script = let
|
|
||||||
curl = "${pkgs.curl}/bin/curl -4";
|
|
||||||
in ''
|
|
||||||
${curl} "https://freedns.afraid.org/dynamic/update.php?$AFRAID_KEY"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
systemd.timers.ddns-afraid = {
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
timerConfig = {
|
|
||||||
OnStartupSec = "2min";
|
|
||||||
OnUnitActiveSec = "10min";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@@ -4,7 +4,6 @@
|
|||||||
./calibre.nix
|
./calibre.nix
|
||||||
./coturn.nix
|
./coturn.nix
|
||||||
./cryptocurrencies
|
./cryptocurrencies
|
||||||
./ddns-afraid.nix
|
|
||||||
./ddns-he.nix
|
./ddns-he.nix
|
||||||
./email
|
./email
|
||||||
./ejabberd.nix
|
./ejabberd.nix
|
||||||
|
Reference in New Issue
Block a user