From 762da3a0b3458ff7be16b34cca0eb34b1ecc023b Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Thu, 7 Aug 2025 19:34:46 -0400 Subject: [PATCH] feat: add host solaris --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 87d7b64..a8dce29 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,12 @@ # }; in { nixosConfigurations = { + solaris = lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./hosts/solaris/default.nix + ]; + }; tatara = lib.nixosSystem { system = "x86_64-linux"; modules = [