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, 0 insertions, 14 deletions
diff --git a/machines/graphite.nix b/machines/graphite.nix
deleted file mode 100644
index d0bcaa8..0000000
--- a/machines/graphite.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ ... }:
-
-{
-  imports = [
-    ../modules/common.nix
-
-    ./hardware/graphite.nix
-    ./devices/graphite.nix
-  ];
-
-  networking.hostName = "Graphite";
-
-  system.stateVersion = "24.05";
-}