dotfiles/modules/darwin/networking.nix

9 lines
105 B
Nix
Raw Normal View History

2022-06-20 03:44:29 +00:00
{ ... }: {
networking = {
computerName = "MacBook"; # Host name
hostName = "MacBook";
};
}