about summary refs log tree commit diff
path: root/nixos/modules/services
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
parentdad62ec21a61df7589743ab577a76d620980008c (diff)
downloadnixlib-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar
nixlib-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.gz
nixlib-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.bz2
nixlib-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.lz
nixlib-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.xz
nixlib-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.tar.zst
nixlib-d03dbfcbb83f3ab3c7619fc212cd81cfd9950f49.zip
nixos/tftpd: mention that it runs as an xinetd service
Diffstat (limited to 'nixos/modules/services')
-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 9b3cc6b8ec4f..a41d2491a11e 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.
       '';
     };