mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #146709 from Artturin/underscorename
This commit is contained in:
commit
a0d4895e9d
|
@ -417,7 +417,11 @@ in
|
|||
network node hostname (uname --nodename) the option
|
||||
boot.kernel.sysctl."kernel.hostname" can be used as a workaround (but
|
||||
the 64 character limit still applies).
|
||||
|
||||
WARNING: Do not use underscores (_) or you may run into unexpected issues.
|
||||
'';
|
||||
# warning until the issues in https://github.com/NixOS/nixpkgs/pull/138978
|
||||
# are resolved
|
||||
};
|
||||
|
||||
networking.fqdn = mkOption {
|
||||
|
|
Loading…
Reference in a new issue