···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).
00420 '';
00421 };
422423 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 };
426427 networking.fqdn = mkOption {