summary refs log tree commit diff
path: root/nixos/modules/services/networking/tftpd.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-10-17 16:13:49 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-10-25 17:20:52 +0200
commitd03dbfcbb83f3ab3c7619fc212cd81cfd9950f49 (patch)
treeb86d982d57c8c0a5729069cf83db71bcad94fa49 /nixos/modules/services/networking/tftpd.nix
parentdad62ec21a61df7589743ab577a76d620980008c (diff)
downloadnixpkgs-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar
nixpkgs-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.gz
nixpkgs-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.bz2
nixpkgs-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.lz
nixpkgs-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.xz
nixpkgs-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.zst
nixpkgs-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.zip
nixos/tftpd: mention that it runs as an xinetd service
Diffstat (limited to 'nixos/modules/services/networking/tftpd.nix')
-rw-r--r--nixos/modules/services/networking/tftpd.nix1
1 files changed, 1 insertions, 0 deletions
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.
       '';
     };