dotfiles/modules/darwin/networking.nix

9 lines
105 B
Nix
Raw Normal View History

2022-06-19 23:44:29 -04:00
{ ... }: {
networking = {
computerName = "MacBook"; # Host name
hostName = "MacBook";
};
}