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