mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 14:20:23 +01:00
15 lines
324 B
Nix
15 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;
|
|
}
|