put liminix-tools in package overlay

This commit is contained in:
Daniel Barlow 2022-09-22 11:10:41 +01:00
parent 4eea1b1f18
commit e46abbccca
6 changed files with 16 additions and 8 deletions

View file

@ -0,0 +1,10 @@
{
liminix
, busybox
} :
let inherit (liminix.services) longrun;
in
interface: { ... } @ args: longrun {
name = "${interface.device}.udhcp";
run = "${busybox}/bin/udhcpc -f -i ${interface.device}";
}