summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaurav Juvekar <gauravjuvekar@gmail.com>2023-11-12 08:35:10 -0800
committerGaurav Juvekar <gauravjuvekar@gmail.com>2023-11-12 08:47:01 -0800
commit5ab4ce5d33f6356997b0c34c9f28fc31d9c05716 (patch)
tree5c5debc08cf9454b1064af54d5ab61624b9b096c
parent54da2986be07ad2ffbade0b3cefaf7f0c2553c88 (diff)
downloadnixpkgs-5ab4ce5d33f6356997b0c34c9f28fc31d9c05716.tar
nixpkgs-5ab4ce5d33f6356997b0c34c9f28fc31d9c05716.tar.gz
nixpkgs-5ab4ce5d33f6356997b0c34c9f28fc31d9c05716.tar.bz2
nixpkgs-5ab4ce5d33f6356997b0c34c9f28fc31d9c05716.tar.lz
nixpkgs-5ab4ce5d33f6356997b0c34c9f28fc31d9c05716.tar.xz
nixpkgs-5ab4ce5d33f6356997b0c34c9f28fc31d9c05716.tar.zst
nixpkgs-5ab4ce5d33f6356997b0c34c9f28fc31d9c05716.zip
nixos/network-interfaces: fix typo in networking.fqdn
-rw-r--r--nixos/modules/tasks/network-interfaces.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix
index d976f9951bb..298add13437 100644
--- a/nixos/modules/tasks/network-interfaces.nix
+++ b/nixos/modules/tasks/network-interfaces.nix
@@ -498,7 +498,7 @@ in
         option will result in an evaluation error if the hostname is empty or
         no domain is specified.
 
-        Modules that accept a mere `networing.hostName` but prefer a fully qualified
+        Modules that accept a mere `networking.hostName` but prefer a fully qualified
         domain name may use `networking.fqdnOrHostName` instead.
       '';
     };