merge bridge services into one
This commit is contained in:
parent
a019e59a80
commit
6f92f8fa8b
5 changed files with 23 additions and 45 deletions
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
liminix
|
||||
, lib
|
||||
}:
|
||||
{ ifname } :
|
||||
let
|
||||
inherit (liminix.networking) interface;
|
||||
inherit (liminix.lib) typeChecked;
|
||||
inherit (lib) mkOption types;
|
||||
in interface {
|
||||
device = ifname;
|
||||
type = "bridge";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue