Files
nix-config/hosts/darwin_fern/default.nix
2024-01-21 17:17:48 +08:00

14 lines
345 B
Nix

_:
#############################################################
#
# Fern - MacBook Pro 2022 13-inch M2 16G, mainly for business.
#
#############################################################
let
hostname = "fern";
in {
networking.hostName = hostname;
networking.computerName = hostname;
system.defaults.smb.NetBIOSName = hostname;
}