diff --git a/content/os/NetworkManager Trackability Reduction.md b/content/os/NetworkManager Trackability Reduction.md index 557eb05..e42bf56 100644 --- a/content/os/NetworkManager Trackability Reduction.md +++ b/content/os/NetworkManager Trackability Reduction.md @@ -114,7 +114,7 @@ hostname-mode=none This will prevent NetworkManager from setting transient hostnames that may be provided by some DHCP servers. This will have no visible effect except with an empty static hostname. -After editing the file, run `sudo nmcli general reload conf` to apply the new configuration. Run `sudo hostnamectl --transient hostname` to reset the transient hostname. +After editing the file, run `sudo nmcli general reload conf` to apply the new configuration. Run `sudo hostnamectl --transient hostname ""` to reset the transient hostname. ---