merge bridge services into one
This commit is contained in:
@@ -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";
|
||||
}
|
Reference in New Issue
Block a user