mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #46495 from erikarvstedt/hostid-cmd
networking.hostId: fix cmd in description
This commit is contained in:
commit
b60ddaf014
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ in
|
|||
You should try to make this ID unique among your machines. You can
|
||||
generate a random 32-bit ID using the following commands:
|
||||
|
||||
<literal>cksum /etc/machine-id | while read c rest; do printf "%x" $c; done</literal>
|
||||
<literal>head -c 8 /etc/machine-id</literal>
|
||||
|
||||
(this derives it from the machine-id that systemd generates) or
|
||||
|
||||
|
|
Loading…
Reference in a new issue