about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/srv1/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/srv1/default.nix b/machines/srv1/default.nix
new file mode 100644
index 0000000..cd4010f
--- /dev/null
+++ b/machines/srv1/default.nix
@@ -0,0 +1,6 @@
+{
+  imports = [
+    ./hardware-configuration.nix
+    ./configuration.nix
+  ];
+}