about summary refs log tree commit diff
path: root/hosts/aptos
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 16:54:37 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 16:54:37 -0700
commite6002c709e2f29aa2a50285c55bc8b790eb48d83 (patch)
tree858efd6b45f18c22cf2a98e72fcf65bb1c1159b6 /hosts/aptos
parenthosts: add services to tahoe (diff)
downloadworld-e6002c709e2f29aa2a50285c55bc8b790eb48d83.tar.gz
hosts: rename hardware-configuration to hardware
Diffstat (limited to 'hosts/aptos')
-rw-r--r--hosts/aptos/default.nix2
-rw-r--r--hosts/aptos/hardware.nix (renamed from hosts/aptos/hardware-configuration.nix)0
2 files changed, 1 insertions, 1 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