diff --git a/flake.nix b/flake.nix index 393fb0b..6f5526a 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,16 @@ ]; specialArgs = { inherit inputs; }; }; + + astora = with nixpkgs; lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./nixosConfigurations/catarina + ./nixosModules/bonfire.nix + self.nixosModules.spoofdpi + ]; + specialArgs = { inherit inputs; }; + }; }; nixosModules = {