From 42d7140ae47ec30b84150d9b721682b30c74a1a7 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 15 Oct 2024 03:20:42 +0200 Subject: Rename grimoire to graphite Signed-off-by: Mel --- machines/graphite.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 machines/graphite.nix (limited to 'machines/graphite.nix') 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"; +} -- cgit 1.4.1