about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-05 13:00:04 +0100
committerene <ene@sils.li>2023-02-05 13:00:04 +0100
commit47a69f76ec6241ac7c933dfba49455b3d364a6eb (patch)
tree09215dcf8a01980090c08ed9ad86171d52f800a7
parentFix: This fixes the booting process somehow? (diff)
downloadnixos-config-47a69f76ec6241ac7c933dfba49455b3d364a6eb.tar.gz
nixos-config-47a69f76ec6241ac7c933dfba49455b3d364a6eb.zip
Feat: Switch to Default.nix files
This make the imported path somewhat shorter.
-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
-rw-r--r--services/default.nix (renamed from services/services.nix)0
-rw-r--r--system/default.nix (renamed from system/system.nix)0
6 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
diff --git a/services/services.nix b/services/default.nix
index 27e5086f..27e5086f 100644
--- a/services/services.nix
+++ b/services/default.nix
diff --git a/system/system.nix b/system/default.nix
index 17e78968..17e78968 100644
--- a/system/system.nix
+++ b/system/default.nix