From b187febfcd150050aaf95c020d9a1b2ab785d46e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 11 Feb 2026 20:14:57 +0100 Subject: [PATCH] minor --- hosts/darwin/imac/home.nix | 1 - hosts/darwin/imac/system.nix | 2 -- hosts/darwin/macbook/home.nix | 3 --- hosts/darwin/macbook/system.nix | 2 -- 4 files changed, 8 deletions(-) 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 ];