From 7ceaa98ae548311f46c53dcdb48f9c09e5f263e2 Mon Sep 17 00:00:00 2001 From: L-Nafaryus Date: Sat, 6 Jan 2024 18:08:40 +0500 Subject: [PATCH] fix: missed catarina configuration --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 = {