2023-07-09 00:07:07 +02:00
|
|
|
{
|
2023-09-12 18:51:00 +02:00
|
|
|
writeFennel
|
2023-07-09 00:07:07 +02:00
|
|
|
, linotify
|
|
|
|
, anoia
|
2023-09-12 19:46:04 +02:00
|
|
|
, lua
|
2023-07-09 00:07:07 +02:00
|
|
|
}:
|
2023-09-12 18:51:00 +02:00
|
|
|
writeFennel "acquire-wan-address" {
|
2023-09-12 19:46:04 +02:00
|
|
|
packages = [ linotify anoia lua.pkgs.luafilesystem ];
|
2023-09-12 18:51:00 +02:00
|
|
|
mainFunction = "run";
|
|
|
|
} ./acquire-wan-address.fnl
|