dotfiles/modules/darwin/networking.nix

10 lines
143 B
Nix
Raw Normal View History

{ config, ... }: {
2022-06-20 03:44:29 +00:00
networking = {
computerName = "${config.fullName}'\\''s Mac";
2022-09-28 19:33:49 +00:00
# Adjust if necessary
# hostName = "";
2022-06-20 03:44:29 +00:00
};
}