summary refs log tree commit diff
path: root/machines/graphite.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-15 03:20:42 +0200
committerMel <einebeere@gmail.com>2024-10-15 03:20:42 +0200
commit42d7140ae47ec30b84150d9b721682b30c74a1a7 (patch)
tree11fc381b693731cb5d0316e3946c02e66ba22367 /machines/graphite.nix
parentda3b1e07a7c6e85a014cd8cb472b410e4f027e24 (diff)
downloadminerals-42d7140ae47ec30b84150d9b721682b30c74a1a7.tar.zst
minerals-42d7140ae47ec30b84150d9b721682b30c74a1a7.zip
Rename grimoire to graphite
Signed-off-by: Mel <einebeere@gmail.com>
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";
+}