rewrite phram boot to use correct sizes and offsets

This commit is contained in:
Daniel Barlow
2023-02-11 13:10:38 +00:00
parent 1a08aaad01
commit dd8c8edd9c
8 changed files with 64 additions and 30 deletions

View File

@@ -3,6 +3,9 @@ let
inherit (pkgs.liminix.networking) interface address udhcpc odhcpc route;
inherit (pkgs.liminix.services) oneshot longrun bundle target;
in rec {
imports = [
./modules/phram.nix
];
services.loopback =
let iface = interface { type = "loopback"; device = "lo";};
in bundle {