mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
nixos/network-interfaces: add a warning for underscores in hostname
until the issues in https://github.com/NixOS/nixpkgs/pull/138978 have been resolved
This commit is contained in:
parent
4ae4baa724
commit
2077956e78
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue