diff --git a/flake.nix b/flake.nix index 31941a8..778457e 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,12 @@ specialArgs = { inherit inputs; }; modules = [ ./configuration.nix ]; }; + kexec = inputs.nixos-generators.nixosGenerate { + format = "kexec"; + inherit system; + specialArgs = { inherit inputs; }; + modules = [ ./configuration.nix ]; + }; }; devShells.default = pkgs.mkShell {