From 44dd3939b4e231a2a3fe0b92579462cbdc373bfd Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Tue, 3 Jun 2025 13:11:36 -0400 Subject: [PATCH] fix: update config for tatara --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 2f0b99e..304c9b5 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,12 @@ pkgsUnstable = nixpkgs-unstable.legacyPackages."x86_64-linux"; in { nixosConfigurations = { + tatara = lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./hosts/tatara/default.nix + ]; + }; zion = lib.nixosSystem { system = "x86_64-linux"; modules = [