dotfiles/modules/darwin/networking.nix

9 lines
133 B
Nix
Raw Normal View History

{ config, ... }: {
2022-06-20 03:44:29 +00:00
networking = {
computerName = "${config.fullName}'\\''s Mac";
hostName = "${config.user}-mac";
2022-06-20 03:44:29 +00:00
};
}