From b89d771f66385f44f478e2cf6365b2fdd10b0487 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Wed, 10 Jul 2024 18:40:59 +0200 Subject: [PATCH] flake: configure some hydra jobs (all machine configurations) --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }; }