mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 12:30:23 +01:00
15 lines
352 B
Nix
15 lines
352 B
Nix
_:
|
|
#############################################################
|
|
#
|
|
# Fern - MacBook Pro 2024 14-inch M4 Pro 48G, mainly for business.
|
|
#
|
|
#############################################################
|
|
let
|
|
hostname = "frieren";
|
|
in
|
|
{
|
|
networking.hostName = hostname;
|
|
networking.computerName = hostname;
|
|
system.defaults.smb.NetBIOSName = hostname;
|
|
}
|