about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/Apzu/configuration.nix6
-rw-r--r--hosts/Apzu/hardware/default.nix (renamed from hosts/Apzu/hardware/hardware.nix)0
-rw-r--r--hosts/Tiamat/configuration.nix6
-rw-r--r--hosts/Tiamat/hardware/default.nix (renamed from hosts/Tiamat/hardware/hardware.nix)0
4 files changed, 6 insertions, 6 deletions
diff --git a/hosts/Apzu/configuration.nix b/hosts/Apzu/configuration.nix
index e42cb05f..8e78949b 100644
--- a/hosts/Apzu/configuration.nix
+++ b/hosts/Apzu/configuration.nix
@@ -7,12 +7,12 @@
   ...
 }: {
   imports = [
-    ./hardware/hardware.nix
+    ./hardware
     ./networking.nix
 
-    ../../system/system.nix
+    ../../system
 
-    ../../services/services.nix
+    ../../services
   ];
 
   system.stateVersion = "23.05";
diff --git a/hosts/Apzu/hardware/hardware.nix b/hosts/Apzu/hardware/default.nix
index c36b7062..c36b7062 100644
--- a/hosts/Apzu/hardware/hardware.nix
+++ b/hosts/Apzu/hardware/default.nix
diff --git a/hosts/Tiamat/configuration.nix b/hosts/Tiamat/configuration.nix
index e42cb05f..8e78949b 100644
--- a/hosts/Tiamat/configuration.nix
+++ b/hosts/Tiamat/configuration.nix
@@ -7,12 +7,12 @@
   ...
 }: {
   imports = [
-    ./hardware/hardware.nix
+    ./hardware
     ./networking.nix
 
-    ../../system/system.nix
+    ../../system
 
-    ../../services/services.nix
+    ../../services
   ];
 
   system.stateVersion = "23.05";
diff --git a/hosts/Tiamat/hardware/hardware.nix b/hosts/Tiamat/hardware/default.nix
index c36b7062..c36b7062 100644
--- a/hosts/Tiamat/hardware/hardware.nix
+++ b/hosts/Tiamat/hardware/default.nix