diff --git a/flake.nix b/flake.nix index 531100c..890e376 100644 --- a/flake.nix +++ b/flake.nix @@ -89,6 +89,12 @@ ]; specialArgs = { inherit inputs outputs; }; }; + leviathan = lib.nixosSystem { + modules = [ + ./systems/leviathan + ]; + specialArgs = { inherit inputs outputs; }; + }; }; }; }