Files
nix-config/hosts/fern/default.nix
2023-12-25 11:31:18 +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;
}