diff --git a/hosts/darwin/imac/home.nix b/hosts/darwin/imac/home.nix index b9d9afb..bdd9801 100644 --- a/hosts/darwin/imac/home.nix +++ b/hosts/darwin/imac/home.nix @@ -4,5 +4,4 @@ imports = [ ../home-default.nix ]; - } diff --git a/hosts/darwin/imac/system.nix b/hosts/darwin/imac/system.nix index 6224d81..344a90b 100644 --- a/hosts/darwin/imac/system.nix +++ b/hosts/darwin/imac/system.nix @@ -1,11 +1,9 @@ { config, pkgs, ... }: { - # MacBook-specific configuration networking.computerName = "imac"; networking.hostName = "imac"; - # Import common Darwin configuration imports = [ ../system-default.nix ]; diff --git a/hosts/darwin/macbook/home.nix b/hosts/darwin/macbook/home.nix index 4e69ddb..bdd9801 100644 --- a/hosts/darwin/macbook/home.nix +++ b/hosts/darwin/macbook/home.nix @@ -4,7 +4,4 @@ imports = [ ../home-default.nix ]; - - # MacBook-specific home configuration - # Example: Laptop-specific tools, power management, etc. } diff --git a/hosts/darwin/macbook/system.nix b/hosts/darwin/macbook/system.nix index 39e41cb..a3b83c7 100644 --- a/hosts/darwin/macbook/system.nix +++ b/hosts/darwin/macbook/system.nix @@ -1,11 +1,9 @@ { config, pkgs, ... }: { - # MacBook-specific configuration networking.computerName = "macbook"; networking.hostName = "macbook"; - # Import common Darwin configuration imports = [ ../system-default.nix ];