···417417 network node hostname (uname --nodename) the option
418418 boot.kernel.sysctl."kernel.hostname" can be used as a workaround (but
419419 the 64 character limit still applies).
420420+421421+ WARNING: Do not use underscores (_) or you may run into unexpected issues.
420422 '';
423423+ # warning until the issues in https://github.com/NixOS/nixpkgs/pull/138978
424424+ # are resolved
421425 };
422426423427 networking.fqdn = mkOption {