My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

macmini: remove explicit SMB NetBIOS hostname

Drop system.defaults.smb.NetBIOSName as it is no longer needed.

-2
-2
hosts/macmini/default.nix
··· 24 24 computerName = "MacMini"; 25 25 }; 26 26 27 - # SMB/NetBIOS hostname (used by network discovery and file sharing) 28 - system.defaults.smb.NetBIOSName = "macmini"; 29 27 30 28 # ── External disk (CT2000X9SSD9, APFS container on disk4s2) ─────────────── 31 29 # See docs/time-machine.md for first-time setup instructions.