network: Do not set hostname
This commit is contained in:
parent
7107398c24
commit
2ce98c3fc0
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{ config, ... }: {
|
||||
{ config, ... }:
|
||||
{
|
||||
networking = {
|
||||
useNetworkd = true;
|
||||
hostName = "";
|
||||
|
||||
# Easy debugging.
|
||||
firewall.enable = false;
|
||||
|
|
Loading…
Reference in a new issue