Fix command again

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-09 02:27:59 -04:00
parent 57f9843334
commit b900a333a9
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -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.
---