nixos/networking: Enhance hostId description (#94800)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
0cd9efc898
commit
8e52c2a63e
|
@ -408,6 +408,9 @@ in
|
||||||
(this derives it from the machine-id that systemd generates) or
|
(this derives it from the machine-id that systemd generates) or
|
||||||
|
|
||||||
<literal>head -c4 /dev/urandom | od -A none -t x4</literal>
|
<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.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue