diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 2 | ||||
-rw-r--r-- | hosts/aptos/hardware.nix (renamed from hosts/aptos/hardware-configuration.nix) | 0 | ||||
-rw-r--r-- | hosts/carmel/default.nix | 2 | ||||
-rw-r--r-- | hosts/carmel/hardware.nix (renamed from hosts/carmel/hardware-configuration.nix) | 0 | ||||
-rw-r--r-- | hosts/tahoe/default.nix | 2 | ||||
-rw-r--r-- | hosts/tahoe/hardware.nix (renamed from hosts/tahoe/hardware-configuration.nix) | 0 |
6 files changed, 3 insertions, 3 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index 0a2c772..5887d46 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -2,7 +2,7 @@ { imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix + ./hardware.nix ./sound.nix ./networking.nix ./profile.nix diff --git a/hosts/aptos/hardware-configuration.nix b/hosts/aptos/hardware.nix index 085db9f..085db9f 100644 --- a/hosts/aptos/hardware-configuration.nix +++ b/hosts/aptos/hardware.nix diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 71980f7..d3b7cf3 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -2,7 +2,7 @@ { imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix + ./hardware.nix ./boot.nix ./sound.nix ./networking.nix diff --git a/hosts/carmel/hardware-configuration.nix b/hosts/carmel/hardware.nix index aa86049..aa86049 100644 --- a/hosts/carmel/hardware-configuration.nix +++ b/hosts/carmel/hardware.nix diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index ad48bcc..8a3b4a6 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -2,7 +2,7 @@ { imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix + ./hardware.nix ./networking.nix ./home.nix ./services.nix diff --git a/hosts/tahoe/hardware-configuration.nix b/hosts/tahoe/hardware.nix index ab08490..ab08490 100644 --- a/hosts/tahoe/hardware-configuration.nix +++ b/hosts/tahoe/hardware.nix |