forked from DGNum/liminix
this is the dhcp6c service we want
This commit is contained in:
parent
1673a71831
commit
c59a228955
11 changed files with 163 additions and 60 deletions
10
modules/dhcp6c/acquire-delegated-prefix.nix
Normal file
10
modules/dhcp6c/acquire-delegated-prefix.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
writeFennel
|
||||
, linotify
|
||||
, anoia
|
||||
, lua
|
||||
}:
|
||||
writeFennel "acquire-delegated-prefix" {
|
||||
packages = [ linotify anoia lua.pkgs.luafilesystem ];
|
||||
mainFunction = "run";
|
||||
} ./acquire-delegated-prefix.fnl
|
Loading…
Add table
Add a link
Reference in a new issue