about summary refs log tree commit diff stats
path: root/hosts/Apzu/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/Apzu/configuration.nix')
-rw-r--r--hosts/Apzu/configuration.nix6
1 files changed, 3 insertions, 3 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";