diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/core/default.nix | 2 | ||||
-rw-r--r-- | hosts/common/optional/services/dhcp.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index e6439a6..ed293a7 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -82,7 +82,7 @@ strace sysstat tcpdump - pr369712.tftp-hpa + master.tftp-hpa traceroute tree tshark diff --git a/hosts/common/optional/services/dhcp.nix b/hosts/common/optional/services/dhcp.nix index 700d4ce..cc21ef9 100644 --- a/hosts/common/optional/services/dhcp.nix +++ b/hosts/common/optional/services/dhcp.nix @@ -9,7 +9,7 @@ systemPackages = with pkgs; [ ipxe - pr369712.tftp-hpa + master.tftp-hpa master.wol ]; }; @@ -123,7 +123,7 @@ Restart = "always"; RestartSec = 5; Type = "exec"; - ExecStart = "${pkgs.pr369712.tftp-hpa}/bin/in.tftpd -l -a 192.168.1.1:69 -P /run/tftpd.pid /etc/tftp"; + ExecStart = "${pkgs.master.tftp-hpa}/bin/in.tftpd -l -a 192.168.1.1:69 -P /run/tftpd.pid /etc/tftp"; TimeoutStopSec = 20; PIDFile = "/run/tftpd.pid"; }; |