flake: configure some hydra jobs (all machine configurations)

This commit is contained in:
Pierre Bourdon 2024-07-10 18:40:59 +02:00
parent 58325e30dd
commit b89d771f66
Signed by: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -101,5 +101,7 @@
fodwatch.imports = commonModules ++ [ ./hosts/fodwatch ]; fodwatch.imports = commonModules ++ [ ./hosts/fodwatch ];
wob-vpn-gw.imports = commonModules ++ [ ./hosts/wob-vpn-gw ]; wob-vpn-gw.imports = commonModules ++ [ ./hosts/wob-vpn-gw ];
} // builders; } // builders;
hydraJobs = nixosConfigurations;
}; };
} }