network: Do not set hostname

This commit is contained in:
Daniel Lundin 2024-11-10 14:19:29 +01:00
parent 7107398c24
commit 2ce98c3fc0
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -1,6 +1,8 @@
{ config, ... }: {
{ config, ... }:
{
networking = {
useNetworkd = true;
hostName = "";
# Easy debugging.
firewall.enable = false;