diff --git a/flake.nix b/flake.nix index 800e548..638c2fc 100644 --- a/flake.nix +++ b/flake.nix @@ -70,5 +70,10 @@ type = "app"; program = "${self.homeActivations.${machine}}/activate"; }); + + hydraJobs = { + laptop.x86_64-linux = self.homeActivations.laptop; + desktop.x86_64-linux = self.homeActivations.desktop; + }; }; }