summaryrefslogtreecommitdiffstats
path: root/nixos/modules
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 /nixos/modules
parent54da2986be07ad2ffbade0b3cefaf7f0c2553c88 (diff)
nixos/network-interfaces: fix typo in networking.fqdn
Diffstat (limited to 'nixos/modules')
-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 d976f9951bb5..298add13437a 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.
'';
};