Merge pull request #146709 from Artturin/underscorename

authored by Artturi and committed by GitHub a0d4895e 8afc4e54

+4
+4
nixos/modules/tasks/network-interfaces.nix
··· 417 network node hostname (uname --nodename) the option 418 boot.kernel.sysctl."kernel.hostname" can be used as a workaround (but 419 the 64 character limit still applies). 420 ''; 421 }; 422 423 networking.fqdn = mkOption {
··· 417 network node hostname (uname --nodename) the option 418 boot.kernel.sysctl."kernel.hostname" can be used as a workaround (but 419 the 64 character limit still applies). 420 + 421 + WARNING: Do not use underscores (_) or you may run into unexpected issues. 422 ''; 423 + # warning until the issues in https://github.com/NixOS/nixpkgs/pull/138978 424 + # are resolved 425 }; 426 427 networking.fqdn = mkOption {