@cryptotaxi247 / infra-1 / commits / 8778c72d

eris: add the nix-netboot-serve module

Graham Christensen committed Sep 29, 2022 at 19:25 UTC 8778c72d1e303a1c76ce3b7c783dccfe68d744eb
1 file changed +6 -1
delft/network.nix
+6 -1
@@ -29,7 +29,12 @@ in
29 ];
30 };
31
32 - eris = import ./eris.nix;
32 + eris = {
33 + imports = [
34 + ./eris.nix
35 + flakes.nix-netboot-serve.nixosModules.nix-netboot-serve
36 + ];
37 + };
38
39 haumea = {
40 imports = [ ./haumea.nix ];