From 02378203064b44e553ed9294236f10a8593e0dc5 Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 6 Mar 2026 18:26:41 -0600 Subject: [PATCH] Begin Dendritic rewrite --- flake-parts.nix | 5 +++++ system/default.nix | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flake-parts.nix b/flake-parts.nix index b8b82ec..0cfe9e1 100644 --- a/flake-parts.nix +++ b/flake-parts.nix @@ -4,4 +4,9 @@ inputs.home-manager.flakeModules.home-manager inputs.disko.flakeModules.default ]; + + systems = [ + "x86_64-linux" + "aarch64-linux" + ]; } diff --git a/system/default.nix b/system/default.nix index 99d64f4..c4fb557 100644 --- a/system/default.nix +++ b/system/default.nix @@ -108,5 +108,5 @@ }; }; }; -}; +}