Skip to content

Commit e8c3a0f

Browse files
committed
nixos: update ddns-updater, 2.7.0 has wrong porkbun api url.
fixed upstream by qdm12/ddns-updater#837.
1 parent a53efb1 commit e8c3a0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nixos/profiles/ddns-updater.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ config, lib, l3lib, pkgs, machine, data, ... }:
1+
{ config, lib, l3lib, pkgs, pkgs-unstable, machine, data, ... }:
22

33
let
44
conf = pkgs.writeTextFile {
@@ -35,6 +35,7 @@ in {
3535

3636
services.ddns-updater = {
3737
enable = true;
38+
package = pkgs-unstable.ddns-updater;
3839
environment = {
3940
SERVER_ENABLED="no";
4041
CONFIG_FILEPATH = "%d/conf";

0 commit comments

Comments
 (0)