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
|
network node hostname (uname --nodename) the option
|
||||||
boot.kernel.sysctl."kernel.hostname" can be used as a workaround (but
|
boot.kernel.sysctl."kernel.hostname" can be used as a workaround (but
|
||||||
the 64 character limit still applies).
|
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 {
|
networking.fqdn = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user