summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces.nix
diff options
context:
space:
mode:
authorasdf8dfafjk <67588957+asdf8dfafjk@users.noreply.github.com>2020-08-09 01:00:50 +0530
committerGitHub <noreply@github.com>2020-08-08 20:30:50 +0100
commit8e52c2a63ebdffa37fe287035de5759098de6bc5 (patch)
tree8e9cae94a7d6d422af5e599b759980f6402b49c3 /nixos/modules/tasks/network-interfaces.nix
parent0cd9efc8980fd49913343db472f4a284f05886d8 (diff)
downloadnixpkgs-8e52c2a63ebdffa37fe287035de5759098de6bc5.tar
nixpkgs-8e52c2a63ebdffa37fe287035de5759098de6bc5.tar.gz
nixpkgs-8e52c2a63ebdffa37fe287035de5759098de6bc5.tar.bz2
nixpkgs-8e52c2a63ebdffa37fe287035de5759098de6bc5.tar.lz
nixpkgs-8e52c2a63ebdffa37fe287035de5759098de6bc5.tar.xz
nixpkgs-8e52c2a63ebdffa37fe287035de5759098de6bc5.tar.zst
nixpkgs-8e52c2a63ebdffa37fe287035de5759098de6bc5.zip
nixos/networking: Enhance hostId description (#94800)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Diffstat (limited to 'nixos/modules/tasks/network-interfaces.nix')
-rw-r--r--nixos/modules/tasks/network-interfaces.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix
index 78d66966949..565868724ad 100644
--- a/nixos/modules/tasks/network-interfaces.nix
+++ b/nixos/modules/tasks/network-interfaces.nix
@@ -408,6 +408,9 @@ in
         (this derives it from the machine-id that systemd generates) or
 
         <literal>head -c4 /dev/urandom | od -A none -t x4</literal>
+
+        The primary use case is to ensure when using ZFS that a pool isn't imported
+        accidentally on a wrong machine.
       '';
     };