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