From 7bca7fb6cac0a3d6479ee8dd8fb5f13fa0261a51 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 14 Oct 2024 22:15:32 +0200 Subject: Break up configuration for multiple machines Signed-off-by: Mel --- machines/grimoire.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 machines/grimoire.nix (limited to 'machines/grimoire.nix') 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"; +} -- cgit 1.4.1