From f35cfbd567259331d8a9059aa43881de3a410caa 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..9c4570b 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 = self.nixosConfigurations; }; }