tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/ddclient: simplify with lib.getExe
Bjørn Forsman
2 years ago
5c78e5b4
04ddb399
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
ddclient.nix
+1
-1
nixos/modules/services/networking/ddclient.nix
···
218
218
inherit StateDirectory;
219
219
Type = "oneshot";
220
220
ExecStartPre = "!${pkgs.writeShellScript "ddclient-prestart" preStart}";
221
221
-
ExecStart = "${lib.getBin cfg.package}/bin/ddclient -file /run/${RuntimeDirectory}/ddclient.conf";
221
221
+
ExecStart = "${lib.getExe cfg.package} -file /run/${RuntimeDirectory}/ddclient.conf";
222
222
};
223
223
};
224
224