diff --git a/flake.nix b/flake.nix index a9ac2dc..e9838aa 100644 --- a/flake.nix +++ b/flake.nix @@ -101,5 +101,7 @@ fodwatch.imports = commonModules ++ [ ./hosts/fodwatch ]; wob-vpn-gw.imports = commonModules ++ [ ./hosts/wob-vpn-gw ]; } // builders; + + hydraJobs = nixosConfigurations; }; }