summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/server1/configuration.nix1
-rw-r--r--hosts/server1/hardware.nix (renamed from system/hardware/default.nix)0
2 files changed, 1 insertions, 0 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix
index ad3d8a3..891c5dc 100644
--- a/hosts/server1/configuration.nix
+++ b/hosts/server1/configuration.nix
@@ -1,6 +1,7 @@
 {pkgs, ...}: {
   imports = [
     ./networking.nix # network configuration that just works
+    ./hardware.nix
 
     ../../system
   ];
diff --git a/system/hardware/default.nix b/hosts/server1/hardware.nix
index 9fabafe..9fabafe 100644
--- a/system/hardware/default.nix
+++ b/hosts/server1/hardware.nix