From d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Mon, 17 Oct 2016 16:13:49 +0200 Subject: [PATCH] nixos/tftpd: mention that it runs as an xinetd service --- nixos/modules/services/networking/tftpd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/tftpd.nix b/nixos/modules/services/networking/tftpd.nix index 9b3cc6b8ec4..a41d2491a11 100644 --- a/nixos/modules/services/networking/tftpd.nix +++ b/nixos/modules/services/networking/tftpd.nix @@ -13,6 +13,7 @@ with lib; default = false; description = '' Whether to enable tftpd, a Trivial File Transfer Protocol server. + The server will be run as an xinetd service. ''; };