nixos/config/networking.nix
2019-09-06 11:40:22 +02:00

8 lines
84 B
Nix

{ config, ... }:
{
networking = {
hostName = config.machine.hostName;
};
}