Files
nix-config/hosts/darwin-fern/default.nix
2025-05-13 13:07:47 +08:00

14 lines
324 B
Nix

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