mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01: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
|
||||
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