rename phram -> tftpboot and flash.scr to boot.scr

This commit is contained in:
Daniel Barlow
2023-03-02 15:11:12 +00:00
parent adc198b3af
commit 0cab6e9fba
5 changed files with 11 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ let
inherit (pkgs.liminix.services) oneshot longrun bundle target;
in rec {
imports = [
./modules/phram.nix
./modules/tftpboot.nix
./modules/wlan.nix
];
services.loopback =