1
0
Fork 0
nixos/config/networking.nix

8 lines
84 B
Nix

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