From 404162ac1ed08cd729fa1b50371597afd0242968 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 24 Mar 2023 17:14:15 +0000 Subject: [PATCH] support all kinds of boot for arhcive now we can have flashable and tftpboot in the same configuration --- examples/arhcive.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/arhcive.nix b/examples/arhcive.nix index 5cf680a..c772992 100644 --- a/examples/arhcive.nix +++ b/examples/arhcive.nix @@ -34,7 +34,8 @@ in rec { imports = [ ../modules/tftpboot.nix ../modules/wlan.nix - # ./modules/flashable.nix + ../modules/flashable.nix + ../modules/kexecboot.nix ]; hostname = "arhcive"; @@ -202,12 +203,12 @@ in rec { ] ; }; - services.default = target { + services.default = target { name = "default"; contents = let links = config.hardware.networkInterfaces; in with config.services; [ - links.lo links.eth links.wlan + links.lo defaultroute4 resolvconf sshd