mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
14 lines
345 B
Nix
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;
|
|
}
|