mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-18 06:59:43 +02:00
feat: static hostname - macOS
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
let
|
||||
name = "harnomica";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../../modules/darwin/core.nix
|
||||
@@ -13,4 +16,8 @@
|
||||
|
||||
../../secrets/darwin.nix
|
||||
];
|
||||
|
||||
networking.hostName = name;
|
||||
networking.computerName = name;
|
||||
smb.NetBIOSName = name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user