summary refs log tree commit diff
path: root/machines/graphite.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/graphite.nix')
-rw-r--r--machines/graphite.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/machines/graphite.nix b/machines/graphite.nix
new file mode 100644
index 0000000..d0bcaa8
--- /dev/null
+++ b/machines/graphite.nix
@@ -0,0 +1,14 @@
+{ ... }:
+
+{
+  imports = [
+    ../modules/common.nix
+
+    ./hardware/graphite.nix
+    ./devices/graphite.nix
+  ];
+
+  networking.hostName = "Graphite";
+
+  system.stateVersion = "24.05";
+}